File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'NXOAuth2Client'
3
- s . version = '1.2.5 '
3
+ s . version = '1.2.6 '
4
4
s . license = {
5
5
:type => 'BSD' ,
6
6
:text => <<-LICENSETEXT
7
- Copyright © 2012, nxtbgthng GmbH
7
+ Copyright © 2012-2014 , nxtbgthng GmbH
8
8
9
9
All rights reserved.
10
10
@@ -32,7 +32,7 @@ Pod::Spec.new do |s|
32
32
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33
33
LICENSETEXT
34
34
}
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 .'
36
36
s . homepage = 'https://github.com/nxtbgthng/OAuth2Client'
37
37
s . author = { 'nxtbgthng' => '[email protected] ' }
38
38
s . source = { :git => 'https://github.com/nxtbgthng/OAuth2Client.git' , :tag => "v#{ s . version } " }
You can’t perform that action at this time.
0 commit comments