From 260d2f3f40a9904bea5b828edbb10ade7aaf1dda Mon Sep 17 00:00:00 2001 From: Charles Grimont Date: Mon, 25 Jun 2018 18:01:43 +0200 Subject: [PATCH] update podspec and readme --- C8oSDKiOS/C8o.swift | 2 +- PodSpec/C8oSDK.podspec | 4 ++-- README.md | 9 +++++---- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/C8oSDKiOS/C8o.swift b/C8oSDKiOS/C8o.swift index 7b0ef3d..488f60a 100644 --- a/C8oSDKiOS/C8o.swift +++ b/C8oSDKiOS/C8o.swift @@ -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 */ diff --git a/PodSpec/C8oSDK.podspec b/PodSpec/C8oSDK.podspec index 9708160..7082921 100644 --- a/PodSpec/C8oSDK.podspec +++ b/PodSpec/C8oSDK.podspec @@ -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' @@ -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 diff --git a/README.md b/README.md index c6b66f9..bfd2611 100644 --- a/README.md +++ b/README.md @@ -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` @@ -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