[Add] GamebaseAuthExternalWeiboSDK 3.4.0
[CocoaPods.git] / Specs / f / 4 / e / IMFDataLocal / 1.2.0 / IMFDataLocal.podspec.json
blob5a072b8ae709cb0047602fef34adbc63a074a669
2   "name": "IMFDataLocal",
3   "version": "1.2.0",
4   "deprecated": true,
5   "deprecated_in_favor_of": "CDTDatastore",
6   "summary": "Deprecated: IMFData allows interaction between MobileFirst Platform and Cloudant Toolkit.",
7   "description": "                   IMFData is deprecated.  Migrate applications to CDTDatastore.  See https://github.com/cloudant/CDTDatastore.\n",
8   "homepage": "http://www.ibm.com/mobilefirst",
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/imflocalsdk/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         "CloudantToolkitLocal": [
32           "~> 1.2.0"
33         ],
34         "IBMMobileFirstPlatformFoundation": [
35           "~> 7.1.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         "CloudantToolkitLocal/SQLCipher": [
46           "~> 1.2.0"
47         ],
48         "IBMMobileFirstPlatformFoundation": [
49           "~> 7.1.0"
50         ]
51       }
52     }
53   ]