Skip to content

Commit

Permalink
corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffmacd committed May 19, 2014
1 parent c63a5da commit 230a221
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions ImgurSession/1.0/ImgurSession.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
Pod::Spec.new do |spec|
spec.name = 'ImgurSession'
spec.version = '1.0.0'
spec.version = '1.0'
spec.license = {:type => 'MIT'}
spec.homepage = 'https://github.com/geoffmacd/ImgurSession'
spec.summary = 'Imgur API for Objective C'
spec.source = {:git => 'https://github.com/geoffmacd/ImgurSession.git', :tag => 'v1.0'}
spec.source = {:git => 'https://github.com/geoffmacd/ImgurSession.git', :tag => 'V1.0'}
spec.source_files = 'ImgurSession/**/*.{h,m}'
s.author = { "Geoff MacDonald" => "gmacdonald@pivotallabs.com" }
spec.author = { "Geoff MacDonald" => "gmacdonald@pivotallabs.com" }
spec.framework = 'SystemConfiguration'
spec.dependency 'AFNetworking'
spec.osx.deployment_target = "10.8"
spec.dependency 'AFNetworking'
spec.osx.deployment_target = "10.8"
spec.requires_arc = true

spec.prefix_header_contents = <<-EOS
#ifdef __OBJC__
#import <AFNetworking/AFNetworking.h>
#endif /* __OBJC__*/
EOS
end

0 comments on commit 230a221

Please sign in to comment.