[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / f / 4 / e / IMFDataLocal / 1.1.0 / IMFDataLocal.podspec.json
blob3100bf73fe02bde1545123db76bda5340a87d531
2   "name": "IMFDataLocal",
3   "version": "1.1.0",
4   "summary": "IMFData allows interaction between MobileFirst Platform and Cloudant Toolkit.",
5   "description": "                   IMFData for interacting between MobileFirst Platform and Cloudant\n                   providing Security integration via the Data Proxy.\n",
6   "homepage": "http://www.ibm.com/mobilefirst",
7   "license": "IBM",
8   "authors": {
9     "IBM MobileFirst platform for iOS.": "mobilsdk@us.ibm.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "requires_arc": true,
15   "default_subspecs": "standard",
16   "source": {
17     "git": "https://hub.jazz.net/git/imflocalsdk/imf-ios-sdk.git",
18     "tag": "1.1.0"
19   },
20   "subspecs": [
21     {
22       "name": "standard",
23       "frameworks": "SystemConfiguration",
24       "libraries": [
25         "sqlite3",
26         "z"
27       ],
28       "dependencies": {
29         "CloudantToolkitLocal": [
30           "~> 1.1.0"
31         ],
32         "IBMMobileFirstPlatformFoundation": [
33           "~> 7.1.0"
34         ]
35       },
36       "vendored_frameworks": "Frameworks/IMFData.framework"
37     },
38     {
39       "name": "SQLCipher",
40       "frameworks": "SystemConfiguration",
41       "dependencies": {
42         "CloudantToolkitLocal/SQLCipher": [
43           "~> 1.1.0"
44         ],
45         "IBMMobileFirstPlatformFoundation": [
46           "~> 7.1.0"
47         ]
48       },
49       "vendored_frameworks": "Frameworks/IMFData.framework"
50     }
51   ]