blob: 7a16c5beb461ce17fea8ab95766e47eda1ee5524 [file] [log] [blame]
{
"name": "CloudantToolkitLocal",
"version": "1.2.0",
"deprecated": true,
"deprecated_in_favor_of": "CDTDatastore",
"summary": "Deprecated: Cloudant Toolkit allows interaction with both local and remote datastores.",
"description": " CloudantToolkitLocal is deprecated. Migrate applications to CDTDatastore. See https://github.com/cloudant/CDTDatastore.\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.2.0"
},
"subspecs": [
{
"name": "standard",
"frameworks": "SystemConfiguration",
"libraries": [
"sqlite3",
"z"
],
"dependencies": {
"CDTDatastore": [
"~> 0.18.0"
]
},
"vendored_frameworks": "Frameworks/CloudantToolkit.framework"
},
{
"name": "SQLCipher",
"frameworks": "SystemConfiguration",
"vendored_frameworks": "Frameworks/CloudantToolkit.framework",
"dependencies": {
"CDTDatastore/SQLCipher": [
"~> 0.18.0"
]
}
}
]
}