[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 5 / 8 / HCSharePush / 0.1.4 / HCSharePush.podspec.json
blob20d5108f358c60026c499e74635b01d8d450828c
2   "name": "HCSharePush",
3   "version": "0.1.4",
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.4",
17     "submodules": true
18   },
19   "frameworks": [
20     "UIKit",
21     "SystemConfiguration",
22     "Foundation",
23     "TencentOpenAPI"
24   ],
25   "xcconfig": {
26     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
27     "ENABLE_BITCODE": "YES",
28     "DEFINES_MODULE": "YES"
29   },
30   "dependencies": {
31     "HCMinizip": [
33     ],
34     "hccoren": [
36     ],
37     "HCBaseSystem": [
39     ],
40     "UMengAnalytics-NO-IDFA": [
42     ],
43     "MOBFoundation_IDFA": [
45     ],
46     "SMSSDK": [
48     ],
49     "UMengSocial": [
51     ],
52     "GTSDK": [
53       "~> 1.4.2-noidfa"
54     ],
55     "QQOpenSDK": [
57     ]
58   },
59   "subspecs": [
60     {
61       "name": "ShareTM",
62       "requires_arc": true,
63       "source_files": [
64         "HCSharePush/TM/*.{h,m,mm,cpp,c}",
65         "HCSharePush/Share/*.{h,m,mm,cpp,c}",
66         "HCSharePush/HCShareConfig.{h,m}",
67         "HCSHarePush/HCShareConfig.h",
68         "HCSharePush/shareConfig.h"
69       ],
70       "public_header_files": [
71         "HCSharePush/TM/*.h",
72         "HCSharePush/Share/*.h",
73         "HCSHarePush/HCShareConfig.h",
74         "HCSharePush/shareConfig.h"
75       ]
76     }
77   ]