blob: 50b93cc5f097cde5c498dafb0e4b73932633fd08 [file] [log] [blame]
{
"name": "CloudantToolkit",
"version": "0.1.2",
"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": "https://www.ng.bluemix.net/docs/#starters/mobilefirst/index.html",
"license": "IBM",
"authors": {
"Cloudant, Inc.": "support@cloudant.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": "SystemConfiguration",
"libraries": [
"sqlite3",
"z"
],
"dependencies": {
"IMFCore": [
],
"CDTDatastore": [
"~> 0.12.0"
],
"CloudantQueryObjc": [
"~> 1.0.0"
]
},
"vendored_frameworks": "Frameworks/CloudantToolkit.framework",
"source": {
"git": "https://hub.jazz.net/git/bluemixmobilesdk/imf-ios-sdk.git",
"tag": "0.1.2"
}
}