[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 4 / 6 / DryWeibo-iOS / 0.0.1 / DryWeibo-iOS.podspec.json
blob37e41f4628e37147d97bf18c97a2ae23df6bf9b4
2   "name": "DryWeibo-iOS",
3   "version": "0.0.1",
4   "summary": "DryWeibo-iOS",
5   "homepage": "https://github.com/duanruiying/DryWeibo-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/DryWeibo-iOS.git",
15     "tag": "0.0.1"
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       "-ObjC"
32     ]
33   },
34   "source_files": "DryWeibo-iOS/Classes/Code/**/*",
35   "public_header_files": "DryWeibo-iOS/Classes/Code/Public/**/*.h",
36   "frameworks": [
37     "UIKit",
38     "Foundation"
39   ],
40   "dependencies": {
41     "Weibo_SDK": [
43     ]
44   }