blob: a2d7781ca8bbe3a2e8c2811c7f829c956257d1be [file] [log] [blame]
{
"name": "CloudantToolkitLocal",
"version": "1.1.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,
"default_subspecs": "standard",
"source": {
"git": "https://hub.jazz.net/git/imflocalsdk/imf-ios-sdk.git",
"tag": "1.1.0"
},
"subspecs": [
{
"name": "standard",
"frameworks": "SystemConfiguration",
"libraries": [
"sqlite3",
"z"
],
"dependencies": {
"CDTDatastore": [
"~> 0.17.1"
]
},
"vendored_frameworks": "Frameworks/CloudantToolkit.framework"
},
{
"name": "SQLCipher",
"frameworks": "SystemConfiguration",
"dependencies": {
"CDTDatastore/SQLCipher": [
"~> 0.17.1"
]
},
"vendored_frameworks": "Frameworks/CloudantToolkit.framework"
}
]
}