[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 5 / 8 / HCSharePush / 0.0.6 / HCSharePush.podspec.json
blobcbd2f3f589528ab8e2935270408ce705df5435b1
2   "name": "HCSharePush",
3   "version": "0.0.6",
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.0.6",
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     "TuSDK": [
44     ],
45     "MOBFoundation_IDFA": [
47     ],
48     "SMSSDK": [
50     ],
51     "UMengSocial": [
53     ],
54     "GTSDK": [
55       "~> 1.4.2-noidfa"
56     ],
57     "QQOpenSDK": [
59     ]
60   },
61   "subspecs": [
62     {
63       "name": "ShareTM",
64       "requires_arc": true,
65       "source_files": [
66         "HCSharePush/TM/*.{h,m,mm,cpp,c}",
67         "HCSharePush/Share/*.{h,m,mm,cpp,c}",
68         "HCSharePush/HCShareConfig.{h,m}",
69         "HCSHarePush/HCShareConfig.h",
70         "HCSharePush/shareConfig.h"
71       ],
72       "public_header_files": [
73         "HCSharePush/TM/*.h",
74         "HCSharePush/Share/*.h",
75         "HCSHarePush/HCShareConfig.h",
76         "HCSharePush/shareConfig.h"
77       ]
78     }
79   ]