|
@@ -16,11 +16,10 @@ Pod::Spec.new do |s|
|
|
|
- Works on both iOS & OS X
|
|
|
- watchOS and tvOS are also supported
|
|
|
DESC
|
|
|
- s.homepage = 'https://github.com/kishikawakatsumi/KeychainAccess'
|
|
|
- s.screenshots = 'https://raw.githubusercontent.com/kishikawakatsumi/KeychainAccess/master/Screenshots/01.png'
|
|
|
+ s.homepage = 'https://git.forgetive.org/XCAppCollection/KeychainAccess'
|
|
|
s.license = 'MIT'
|
|
|
s.author = { 'kishikawa katsumi' => 'kishikawakatsumi@mac.com' }
|
|
|
- s.source = { :git => 'https://github.com/kishikawakatsumi/KeychainAccess.git', :tag => "v#{s.version}" }
|
|
|
+ s.source = { :git => 'https://git.forgetive.org/XCAppCollection/KeychainAccess.git', :tag => "v#{s.version}" }
|
|
|
s.social_media_url = 'https://twitter.com/k_katsumi'
|
|
|
|
|
|
s.requires_arc = true
|