We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf36ae1 + a3ac417 commit 9228222Copy full SHA for 9228222
NXOAuth2Client.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'NXOAuth2Client'
3
- s.version = '1.2.7'
+ s.version = '1.2.8'
4
s.license = {
5
:type => 'BSD',
6
:text => <<-LICENSETEXT
README.md
@@ -24,7 +24,7 @@ installation steps automatically.
24
25
In order to install the library this way add the following line to your `Podfile`:
26
27
-```pod 'NXOAuth2Client', '~> 1.2.6'```
+```pod 'NXOAuth2Client', '~> 1.2.8'```
28
29
and run the following command `pod install`.
30
0 commit comments