Skip to content

Commit

Permalink
[Update] SZNAltmetric (0.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtourraine committed Apr 11, 2013
1 parent 8158b4f commit bc26227
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions SZNAltmetric/0.3/SZNAltmetric.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Pod::Spec.new do |s|
s.name = 'SZNAltmetric'
s.version = '0.3'
s.summary = 'Objective-C client for the Altmetric API.'
s.homepage = 'https://github.com/shazino/SZNAltmetric'
s.license = 'MIT'
s.author = { 'shazino' => 'contact@shazino.com' }
s.source = { :git => 'https://github.com/shazino/SZNAltmetric.git', :tag => '0.3' }

s.source_files = 'SZNAltmetric'
s.requires_arc = true

s.ios.deployment_target = '5.0'
s.ios.frameworks = 'Security'

s.osx.deployment_target = '10.7'

s.dependency 'AFNetworking', '>= 1.0'
end

0 comments on commit bc26227

Please sign in to comment.