Skip to content

Commit

Permalink
Fix pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
sdkdimon committed Sep 10, 2014
1 parent 0ab9926 commit 7efb604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GTMOAuth.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'GTMOAuth'
s.version = 0.1.1
s.version = '0.1.1'
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.1 }
s.source = { :git => 'https://github.com/sdkdimon/gtm-oauth.git', :tag => '0.1.1' }

s.ios.deployment_target = '6.0'

Expand Down

0 comments on commit 7efb604

Please sign in to comment.