[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / 4 / d / 8 / ThirdFramework / 0.0.1 / ThirdFramework.podspec.json
blob6f1f574bda21db09c7a2bdeb7e4e309ef2730592
2   "name": "ThirdFramework",
3   "version": "0.0.1",
4   "license": "MIT",
5   "summary": "公共第三方组件",
6   "homepage": "https://github.com/liuchungui",
7   "authors": {
8     "chunguiLiu": "chunguiLiu@126.com"
9   },
10   "source": {
11     "git": "https://github.com/liuchungui/ThirdFramework.git",
12     "tag": "0.0.1",
13     "submodules": true
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "Umeng",
22       "source_files": "UMengSDK/*.{h,m}",
23       "public_header_files": "UMengSDK/*.h",
24       "vendored_libraries": "UMengSDK/libUMessage_Sdk_1.2.3.a"
25     },
26     {
27       "name": "WeChat",
28       "source_files": "WeChat/*.h",
29       "public_header_files": "WeChat/*.h",
30       "vendored_libraries": "WeChat/libWeChatSDK.a",
31       "frameworks": [
32         "SystemConfiguration",
33         "CoreTelephony"
34       ],
35       "libraries": [
36         "z",
37         "sqlite3.0",
38         "c++"
39       ]
40     }
41   ]