[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 5 / 8 / HCSharePush / 0.1.2 / HCSharePush.podspec.json
blob1db5841b3cc3c127d363b435e65c365521cce419
2   "name": "HCSharePush",
3   "version": "0.1.2",
4   "summary": "这是一个与分享、推送的核心库。",
5   "description": "这是一个特定的核心库。包含了常用的分享、命令、推送。简化了外部引用的一些问题。",
6   "homepage": "https://github.com/halfking/HCSharePush",
7   "license": "MIT",
8   "authors": {
9     "halfking": "kimmy.huang@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/halfking/hcsharepush",
16     "tag": "0.1.2",
17     "submodules": true
18   },
19   "frameworks": [
20     "UIKit",
21     "Foundation",
22     "TencentOpenAPI"
23   ],
24   "xcconfig": {
25     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
26     "ENABLE_BITCODE": "YES",
27     "DEFINES_MODULE": "YES"
28   },
29   "dependencies": {
30     "HCMinizip": [
32     ],
33     "hccoren": [
35     ],
36     "HCBaseSystem": [
38     ],
39     "UMengAnalytics-NO-IDFA": [
41     ],
42     "MOBFoundation_IDFA": [
44     ],
45     "SMSSDK": [
47     ],
48     "UMengSocial": [
50     ],
51     "GTSDK": [
52       "~> 1.4.2-noidfa"
53     ],
54     "QQOpenSDK": [
56     ]
57   },
58   "subspecs": [
59     {
60       "name": "ShareTM",
61       "requires_arc": true,
62       "source_files": [
63         "HCSharePush/TM/*.{h,m,mm,cpp,c}",
64         "HCSharePush/Share/*.{h,m,mm,cpp,c}",
65         "HCSharePush/HCShareConfig.{h,m}",
66         "HCSHarePush/HCShareConfig.h",
67         "HCSharePush/shareConfig.h"
68       ],
69       "public_header_files": [
70         "HCSharePush/TM/*.h",
71         "HCSharePush/Share/*.h",
72         "HCSHarePush/HCShareConfig.h",
73         "HCSharePush/shareConfig.h"
74       ]
75     }
76   ]