Skip to content

Commit f854c8b

Browse files
committed
bump version
1 parent 28ea293 commit f854c8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NXOAuth2Client.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Pod::Spec.new do |s|
22
s.name = 'NXOAuth2Client'
3-
s.version = '1.2.5'
3+
s.version = '1.2.6'
44
s.license = {
55
:type => 'BSD',
66
:text => <<-LICENSETEXT
7-
Copyright © 2012, nxtbgthng GmbH
7+
Copyright © 2012-2014, nxtbgthng GmbH
88
99
All rights reserved.
1010
@@ -32,7 +32,7 @@ Pod::Spec.new do |s|
3232
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3333
LICENSETEXT
3434
}
35-
s.summary = 'Client library for OAuth2 (currently built against draft 10 of the OAuth2 spec).'
35+
s.summary = 'Client library for OAuth2 (currently built against draft 10 of the OAuth2 spec) but can support several drafts.'
3636
s.homepage = 'https://github.com/nxtbgthng/OAuth2Client'
3737
s.author = { 'nxtbgthng' => '[email protected]'}
3838
s.source = { :git => 'https://github.com/nxtbgthng/OAuth2Client.git', :tag => "v#{s.version}" }

0 commit comments

Comments
 (0)