blob: 999ce1fe6b38859b2fa905b6d60078a44b862544 [file] [log] [blame]
{
"name": "C8oSDK",
"module_name": "C8o",
"version": "2.2.4",
"authors": "Convertigo",
"license": "Apache License 2.0",
"summary": "Convertigo client SDK for iOS.",
"description": "Convertigo Client SDK is a set of native libraries used by iOS applications to access Convertigo mBaaS services.\nAn application using the SDK can easily access Convertigo services such as Sequences and Transactions.\n\nEnterprises will use the Client SDK to abstract the programmer from handling the communication protocols, local cache, FullSync offline data management, UI thread management and remote logging.\nSo the developer can focus on building the application.",
"homepage": "http://www.convertigo.com/convertigo-sdk/",
"source": {
"http": "https://github.com/convertigo/c8osdk-ios/releases/download/2.2.4/C8oSDK.zip"
},
"platforms": {
"ios": "8.0"
},
"vendored_frameworks": "Frameworks/C8o.framework",
"preserve_paths": "Frameworks/C8o.framework",
"swift_version": "4.0",
"dependencies": {
"SwiftyJSON": [
"4.0.0"
],
"Alamofire": [
"4.6.0"
],
"AEXML": [
"4.2.2"
]
}
}