Skip to content

Commit

Permalink
Updating .podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmoon committed Feb 25, 2015
1 parent ecf0ebe commit 0c2792b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PINCache.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'PINCache'
s.version = '1.2.3'
s.version = '2.0'
s.source_files = 'PINCache/*.{h,m}'
s.homepage = 'https://github.com/pinterest/PINCache'
s.summary = 'Fast, thread safe, parallel object cache for iOS and OS X.'
s.authors = { 'Garrett Moon' => '[email protected]', 'Justin Ouellette' => '[email protected]' }
s.source = { :git => 'https://github.com/tumblr/TMCache.git', :tag => "#{s.version}" }
s.source = { :git => 'https://github.com/pinterest/PINCache.git', :tag => "#{s.version}" }
s.license = { :type => 'Apache 2.0', :file => 'LICENSE.txt' }
s.requires_arc = true
s.frameworks = 'Foundation'
Expand Down

0 comments on commit 0c2792b

Please sign in to comment.