Skip to content

Commit

Permalink
Update pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
sdkdimon committed Sep 11, 2014
1 parent 419f957 commit e617fbb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions GTMOAuth.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
Pod::Spec.new do |s|
s.name = 'GTMOAuth'
s.version = '0.1.3'
s.version = '0.1.4'
s.license = 'MIT'
s.summary = 'OAuth engine for iOS.'
s.homepage = 'https://github.com/sdkdimon/gtm-oauth'

s.author = { 'daemmon' => 'sdkdimon@gmail.com' }
s.source = { :git => 'https://github.com/sdkdimon/gtm-oauth.git', :tag => '0.1.3' }
s.source = { :git => 'https://github.com/sdkdimon/gtm-oauth.git', :tag => '0.1.4' }
s.ios.deployment_target = '6.0'
s.requires_arc = false
s.public_header_files = '**/*.h'
s.source_files = '**/*.{h,m}'
s.resource = 'OAuth_v1.0/Touch/*.xib', 'OAuth_v2.0/Touch/*.xib'
s.ios.frameworks = 'Security', 'SystemConfiguration'
end

0 comments on commit e617fbb

Please sign in to comment.