[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 2 / 0 / 4 / DryWechat-iOS / 0.0.3 / DryWechat-iOS.podspec.json
blobf16ce26d17ab4d34184f509a46a668784d639c17
2   "name": "DryWechat-iOS",
3   "version": "0.0.3",
4   "summary": "DryWechat-iOS",
5   "homepage": "https://github.com/duanruiying/DryWechat-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/DryWechat-iOS.git",
15     "tag": "0.0.3"
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       "-ObjC"
26     ]
27   },
28   "static_framework": true,
29   "pod_target_xcconfig": {
30     "OTHER_LDFLAGS": [
31       "-w"
32     ]
33   },
34   "source_files": "DryWechat-iOS/Classes/Code/**/*",
35   "public_header_files": "DryWechat-iOS/Classes/Code/Public/**/*.h",
36   "libraries": [
37     "z",
38     "sqlite3.0",
39     "c++"
40   ],
41   "frameworks": [
42     "UIKit",
43     "Foundation",
44     "SystemConfiguration",
45     "Security",
46     "CoreTelephony",
47     "CFNetwork",
48     "CoreGraphics"
49   ],
50   "dependencies": {
51     "WechatOpenSDK": [
53     ]
54   }