Skip to content

Commit

Permalink
Bumping version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stigi committed Oct 19, 2012
1 parent fea4733 commit fee570e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NXOAuth2Client.podspec
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'NXOAuth2Client'
s.version = '1.1.0'
s.version = '1.2.0'
s.license = 'BSD'
s.summary = 'Client library for OAuth2 (currently built against draft 10 of the OAuth2 spec)'
s.homepage = 'https://github.com/nxtbgthng/OAuth2Client'
s.author = { 'nxtbgthng' => 'team@nxtbgthng.com'}
s.source = { :git => 'https://github.com/nxtbgthng/OAuth2Client.git', :tag => 'v1.1.0' }
s.source = { :git => 'https://github.com/nxtbgthng/OAuth2Client.git', :tag => 'v1.2.0' }
s.source_files = 'NXOAuth2Account+Private.h', 'Sources/', 'Sources/OAuth2Client/'
s.frameworks = 'Security'
s.requires_arc = true
Expand Down
2 changes: 1 addition & 1 deletion OAuth2Client.framework-Info.plist
Expand Up @@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit fee570e

Please sign in to comment.