[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / e / 4 / f / LeanCloudSDK / 3.1.6.1.0 / LeanCloudSDK.podspec.json
blob240a1eb3fdb24618c74616b4b72bd275712f824d
2   "name": "LeanCloudSDK",
3   "version": "3.1.6.1.0",
4   "summary": "LeanCloud iOS SDK for mobile backend.",
5   "homepage": "https://leancloud.cn",
6   "license": {
7     "type": "Commercial",
8     "text": "Copyright 2015 LeanCloud, Inc. See https://leancloud.cn/terms.html"
9   },
10   "authors": {
11     "LeanCloud": "support@leancloud.cn"
12   },
13   "source": {
14     "git": "https://github.com/appwgh/LeanCloudSDK.git",
15     "tag": "3.1.6.1.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "requires_arc": true,
26       "public_header_files": "Frameworks/AVOSCloud.framework/Headers/*.h",
27       "preserve_paths": "Frameworks/AVOSCloud.framework",
28       "ios": {
29         "vendored_frameworks": "Frameworks/AVOSCloud.framework"
30       },
31       "frameworks": [
32         "CFNetwork",
33         "SystemConfiguration",
34         "MobileCoreServices",
35         "CoreTelephony",
36         "CoreLocation",
37         "CoreGraphics",
38         "Security",
39         "QuartzCore"
40       ],
41       "libraries": [
42         "icucore",
43         "sqlite3"
44       ]
45     },
46     {
47       "name": "LeanCloudIM",
48       "requires_arc": true,
49       "public_header_files": "Frameworks/AVOSCloudIM.framework/Headers/*.h",
50       "preserve_paths": "Frameworks/AVOSCloudIM.framework",
51       "ios": {
52         "vendored_frameworks": "Frameworks/AVOSCloudIM.framework"
53       },
54       "frameworks": [
55         "CFNetwork",
56         "SystemConfiguration",
57         "MobileCoreServices",
58         "CoreTelephony",
59         "CoreLocation",
60         "CoreGraphics",
61         "Security",
62         "QuartzCore"
63       ],
64       "libraries": [
65         "icucore",
66         "sqlite3"
67       ],
68       "dependencies": {
69         "LeanCloudSDK/Core": [
71         ]
72       }
73     }
74   ]