[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / f / 3 / DryNet-iOS / 0.0.1 / DryNet-iOS.podspec.json
blob2e2979937c847bc5101164d86c09d3bc6d9fc2bc
2   "name": "DryNet-iOS",
3   "version": "0.0.1",
4   "summary": "DryNet-iOS",
5   "homepage": "https://github.com/duanruiying/DryNet-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/DryNet-iOS.git",
15     "tag": "0.0.1"
16   },
17   "description": "TODO: iOS基础任务网络封装.",
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "requires_arc": true,
23   "user_target_xcconfig": {
24     "OTHER_LDFLAGS": [
25       "-w"
26     ]
27   },
28   "pod_target_xcconfig": {
29     "OTHER_LDFLAGS": [
30       "-w"
31     ]
32   },
33   "source_files": "DryNet-iOS/Classes/Code/**/*",
34   "frameworks": [
35     "UIKit",
36     "Foundation"
37   ],
38   "dependencies": {
39     "Alamofire": [
40       "5.0.0-beta.6"
41     ]
42   },
43   "swift_version": "5.0"