[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 4 / f / LeanCloudSDK / 3.1.6.6 / LeanCloudSDK.podspec.json
blob0dba237f5ef0105c23d54b99256f6df88c113d24
2   "name": "LeanCloudSDK",
3   "version": "3.1.6.6",
4   "summary": "LeanCloud iOS SDK for Cocoapods convenience",
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.6"
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       "dependencies": {
55         "LeanCloudSDK/Core": [
57         ]
58       }
59     }
60   ]