This repository has been archived by the owner on Aug 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 956
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #143 from kolyuchiy/fix-name-clash2
Fix name clash
- Loading branch information
Showing
13 changed files
with
353 additions
and
353 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
Pod::Spec.new do |spec| | ||
spec.name = 'SSKeychain' | ||
spec.name = 'SAMKeychain' | ||
spec.version = '1.4.0' | ||
spec.description = 'Simple Cocoa wrapper for the keychain that works on OS X, iOS, tvOS, and watchOS.' | ||
spec.summary = 'Simple Cocoa wrapper for the keychain.' | ||
spec.homepage = 'https://github.com/soffes/sskeychain' | ||
spec.homepage = 'https://github.com/soffes/samkeychain' | ||
spec.author = { 'Sam Soffes' => '[email protected]' } | ||
spec.source = { :git => 'https://github.com/soffes/sskeychain.git', :tag => "v#{spec.version}" } | ||
spec.source = { :git => 'https://github.com/soffes/samkeychain.git', :tag => "v#{spec.version}" } | ||
spec.license = { :type => 'MIT', :file => 'LICENSE' } | ||
|
||
spec.source_files = 'Sources/*.{h,m}' | ||
spec.resources = 'Support/SSKeychain.bundle' | ||
spec.resources = 'Support/SAMKeychain.bundle' | ||
|
||
spec.frameworks = 'Security', 'Foundation' | ||
|
||
|
Oops, something went wrong.