[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / b / 2 / c / IMFData / 1.1.1 / IMFData.podspec.json
blobd81b806f5b30ab12743c691bb41a3f49479e937a
2   "name": "IMFData",
3   "version": "1.1.1",
4   "summary": "IMFData allows security integration between IMFCore and Cloudant Toolkit.",
5   "description": "                   IMFData is for security integration between MobileFirst Cloud Services and Cloudant.\n",
6   "homepage": "https://www.ng.bluemix.net/docs/",
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/imfsdk/imf-ios-sdk.git",
18     "tag": "1.1.1"
19   },
20   "subspecs": [
21     {
22       "name": "standard",
23       "frameworks": "SystemConfiguration",
24       "libraries": [
25         "sqlite3",
26         "z"
27       ],
28       "dependencies": {
29         "CloudantToolkit": [
30           "~> 1.1.1"
31         ],
32         "IMFCore": [
33           "~> 1.0.0"
34         ]
35       },
36       "vendored_frameworks": "Frameworks/IMFData.framework"
37     },
38     {
39       "name": "SQLCipher",
40       "frameworks": "SystemConfiguration",
41       "vendored_frameworks": "Frameworks/IMFData.framework",
42       "dependencies": {
43         "CloudantToolkit/SQLCipher": [
44           "~> 1.1.1"
45         ],
46         "IMFCore": [
47           "~> 1.0.0"
48         ]
49       }
50     }
51   ]