[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 6 / a / DryTencent-iOS / 1.0.0 / DryTencent-iOS.podspec.json
blob2a369a156d45f8806231cd2ce66116aa069704b3
2   "name": "DryTencent-iOS",
3   "version": "1.0.0",
4   "summary": "DryTencent-iOS",
5   "homepage": "https://github.com/duanruiying/DryTencent-iOS",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "duanruiying": "2237840768@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/duanruiying/DryTencent-iOS.git",
15     "tag": "1.0.0"
16   },
17   "description": "TODO: iOS简化腾讯集成(授权、获取用户信息、分享).",
18   "platforms": {
19     "ios": "10.0"
20   },
21   "requires_arc": true,
22   "user_target_xcconfig": {
23     "OTHER_LDFLAGS": [
24       "-w"
25     ]
26   },
27   "static_framework": true,
28   "pod_target_xcconfig": {
29     "OTHER_LDFLAGS": [
30       "-w"
31     ]
32   },
33   "source_files": "DryTencent-iOS/Classes/Code/**/*",
34   "public_header_files": "DryTencent-iOS/Classes/Code/Public/**/*.h",
35   "libraries": [
36     "z",
37     "c++",
38     "iconv",
39     "sqlite3"
40   ],
41   "frameworks": [
42     "UIKit",
43     "Foundation",
44     "SystemConfiguration",
45     "Security",
46     "CoreGraphics",
47     "CoreTelephony",
48     "WebKit"
49   ],
50   "vendored_frameworks": "DryTencent-iOS/Classes/Frameworks/*.framework"