blob: 3a20dc64850057aee3e32ea9fae9cc9f0591a437 [file] [log] [blame]
{
"name": "CloudantToolkitLocal",
"version": "1.0.1",
"summary": "Cloudant Toolkit allows interaction with both local and remote datastores.",
"description": " Cloudant Toolkit for interacting with both local and remote Cloudant datastores\n using a single API. Interaction can be using objects or documents. Querying\n utilizes CloudantQuery functionality for both remote and local datastores.\n",
"homepage": "http://www.ibm.com/mobilefirst",
"license": "IBM",
"authors": {
"Cloudant, Inc.": "support@cloudant.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": "SystemConfiguration",
"libraries": [
"sqlite3",
"z"
],
"dependencies": {
"CDTDatastore": [
"~> 0.14.0"
],
"CloudantQueryObjc": [
"~> 1.0.2"
]
},
"vendored_frameworks": "Frameworks/CloudantToolkit.framework",
"source": {
"git": "https://hub.jazz.net/git/imflocalsdk/imf-ios-sdk.git",
"tag": "1.0.1"
}
}