Skip to content

Commit 0b12d73

Browse files
committed
Bumped the version to v1.2.1wq
1 parent 13eda56 commit 0b12d73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NXOAuth2Client.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'NXOAuth2Client'
3-
s.version = '1.2.0'
3+
s.version = '1.2.1'
44
s.license = {
55
:type => 'BSD',
66
:text => <<-LICENSETEXT
@@ -35,7 +35,7 @@ Pod::Spec.new do |s|
3535
s.summary = 'Client library for OAuth2 (currently built against draft 10 of the OAuth2 spec).'
3636
s.homepage = 'https://github.com/nxtbgthng/OAuth2Client'
3737
s.author = { 'nxtbgthng' => '[email protected]'}
38-
s.source = { :git => 'https://github.com/nxtbgthng/OAuth2Client.git', :tag => 'v1.2.0' }
38+
s.source = { :git => 'https://github.com/nxtbgthng/OAuth2Client.git', :tag => 'v1.2.1' }
3939
s.source_files = 'NXOAuth2Account+Private.h', 'Sources/', 'Sources/OAuth2Client/'
4040
s.frameworks = 'Security'
4141
s.requires_arc = true

0 commit comments

Comments
 (0)