[Add] RDLiquidSpreadButton 1.0
[CocoaPods.git] / Specs / b / 2 / c / IMFData / 1.2.0 / IMFData.podspec.json
blob0a205b5aeee2887efc5cb5e4545c7d4a4ac8d597
2   "name": "IMFData",
3   "version": "1.2.0",
4   "deprecated": true,
5   "deprecated_in_favor_of": "CDTDatastore",
6   "summary": "Deprecated: IMFData allows security integration between IMFCore and Cloudant Toolkit.",
7   "description": "                   IMFData is deprecated.  Migrate applications to CDTDatastore.  See https://github.com/cloudant/CDTDatastore.\n",
8   "homepage": "https://www.ng.bluemix.net/docs/",
9   "license": "IBM",
10   "authors": {
11     "IBM MobileFirst platform for iOS.": "mobilsdk@us.ibm.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "requires_arc": true,
17   "default_subspecs": "standard",
18   "source": {
19     "git": "https://hub.jazz.net/git/imfsdk/imf-ios-sdk.git",
20     "tag": "1.2.0"
21   },
22   "subspecs": [
23     {
24       "name": "standard",
25       "frameworks": "SystemConfiguration",
26       "libraries": [
27         "sqlite3",
28         "z"
29       ],
30       "dependencies": {
31         "CloudantToolkit": [
32           "~> 1.2.0"
33         ],
34         "IMFCore": [
35           "~> 1.0.0"
36         ]
37       },
38       "vendored_frameworks": "Frameworks/IMFData.framework"
39     },
40     {
41       "name": "SQLCipher",
42       "frameworks": "SystemConfiguration",
43       "vendored_frameworks": "Frameworks/IMFData.framework",
44       "dependencies": {
45         "CloudantToolkit/SQLCipher": [
46           "~> 1.2.0"
47         ],
48         "IMFCore": [
49           "~> 1.0.0"
50         ]
51       }
52     }
53   ]