blob: 5a200fd8af117e0216eb1b5f9f5ac0b93a687115 [file] [log] [blame]
{
"name": "CloudantToolkitLocal",
"version": "1.0.0",
"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"
],
"CloudantQueryObjc": [
"~> 1.0.2"
]
},
"vendored_frameworks": "Frameworks/CloudantToolkit.framework",
"source": {
"git": "https://hub.jazz.net/git/imflocalsdk/imf-ios-sdk.git",
"tag": "1.0.0"
}
}