[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / b / a / CHShareUtil / 0.0.5 / CHShareUtil.podspec.json
blobe6962c26bc387f06254ed26c79cc49a7182b5e16
2   "name": "CHShareUtil",
3   "version": "0.0.5",
4   "summary": "封装QQ分享到cocoaPod,无需复杂配置即可方便的调用,基于:qq V3.2.1",
5   "description": "封装QQ分享到cocoaPod,无需复杂配置即可方便的调用,基于:qq V3.2.1 后期会集成微信等分享功能",
6   "homepage": "https://github.com/lichanghong/CHShareUtil",
7   "license": "MIT",
8   "authors": {
9     "李长鸿": "lichanghong@b.360.cn"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/lichanghong/CHShareUtil",
16     "tag": "0.0.5"
17   },
18   "source_files": [
19     "CHShareUtil",
20     "CHShareUtil/**/*.{h,m}"
21   ],
22   "public_header_files": "CHShareUtil/CHQQShare.h",
23   "resources": "CHShareUtil/TencentOpenApi_IOS_Bundle.bundle",
24   "requires_arc": true,
25   "pod_target_xcconfig": {
26     "ENABLE_BITCODE": "NO"
27   },
28   "frameworks": [
29     "Security",
30     "SystemConfiguration",
31     "CoreGraphics",
32     "CoreTelephony",
33     "UIKit",
34     "Foundation"
35   ],
36   "libraries": [
37     "iconv",
38     "sqlite3",
39     "stdc++",
40     "z"
41   ],
42   "ios": {
43     "vendored_frameworks": "CHShareUtil/TencentOpenAPI.framework"
44   }