blob: 3100bf73fe02bde1545123db76bda5340a87d531 [file] [log] [blame]
{
"name": "IMFDataLocal",
"version": "1.1.0",
"summary": "IMFData allows interaction between MobileFirst Platform and Cloudant Toolkit.",
"description": " IMFData for interacting between MobileFirst Platform and Cloudant\n providing Security integration via the Data Proxy.\n",
"homepage": "http://www.ibm.com/mobilefirst",
"license": "IBM",
"authors": {
"IBM MobileFirst platform for iOS.": "mobilsdk@us.ibm.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": {
"CloudantToolkitLocal": [
"~> 1.1.0"
],
"IBMMobileFirstPlatformFoundation": [
"~> 7.1.0"
]
},
"vendored_frameworks": "Frameworks/IMFData.framework"
},
{
"name": "SQLCipher",
"frameworks": "SystemConfiguration",
"dependencies": {
"CloudantToolkitLocal/SQLCipher": [
"~> 1.1.0"
],
"IBMMobileFirstPlatformFoundation": [
"~> 7.1.0"
]
},
"vendored_frameworks": "Frameworks/IMFData.framework"
}
]
}