Skip to content

Commit

Permalink
update podspec and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesGrimont committed Jun 25, 2018
1 parent 019cbf4 commit 260d2f3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion C8oSDKiOS/C8o.swift
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ open class C8o: C8oBase {
- returns: Current version of the SDK as "x.y.z".
*/
open static func getSdkVersion() -> String {
return "2.2.4"
return "2.3.2"
}

/* Attributes */
Expand Down
4 changes: 2 additions & 2 deletions PodSpec/C8oSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'C8oSDK'
s.module_name = 'C8o'
s.version = '2.3.0'
s.version = '2.3.2'

s.author = 'Convertigo'
s.license = 'Apache License 2.0'
Expand All @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
documentation_url = 'http://www.convertigo.com/document/convertigo-client-sdk/'
social_media_url = 'https://twitter.com/convertigo'

s.source = { :git => 'https://github.com/convertigo/c8osdk-ios.git', :tag => '2.3.0'}
s.source = { :git => 'https://github.com/convertigo/c8osdk-ios.git', :tag => '2.3.2'}
s.ios.deployment_target = '8.0'
s.source_files = 'C8oSDKiOS/*.swift', 'C8oSDKiOS/Internal/*.swift'
s.static_framework = true
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Create a PodFile with :
use_frameworks!

target 'MyApp' do
pod 'C8oSDK', '2.2.4'
pod 'C8oSDK', '2.3.2'
end

run `pod install`
Expand Down Expand Up @@ -230,10 +230,11 @@ One fail handler per promise chain is allowed. The fail callback provide the obj

Client SDK is available for:
* [Android Native](https://github.com/convertigo/c8osdk-android) apps as a standard Gradle dependency
* [iOS native](https://github.com/convertigo/c8osdk-ios) apps as a standard Cocoapod
* [React Native](https://github.com/convertigo/react-native-c8osdk) as a NPM package
* [Google Angular framework](https://github.com/convertigo/c8osdk-angular) as typescript an NPM package
* [Vue.js](https://github.com/convertigo/c8osdk-vuejs), [ReactJS](https://github.com/convertigo/c8osdk-vuejs), [AngularJS](https://github.com/convertigo/c8osdk-vuejs) Framework as a standard Javascript NPM package
* Windows desktop or Xamarin apps as Nugets or Xamarin Components
* [Google Angular framework](https://github.com/convertigo/c8osdk-angular) as an NPM package
* [Vue.js](https://github.com/convertigo/c8osdk-vuejs) Framework as a NPM package
* [Angular](https://www.npmjs.com/package/c8osdkangular) Framework as a NPM package

<br><br><br><br><br>

Expand Down

0 comments on commit 260d2f3

Please sign in to comment.