[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / 4 / 0 / 3 / DryReachability-iOS / 0.0.1 / DryReachability-iOS.podspec.json
blobc200803030ac4036b9f8fda6f400a93e384d1001
2   "name": "DryReachability-iOS",
3   "version": "0.0.1",
4   "summary": "DryReachability-iOS",
5   "homepage": "https://github.com/duanruiying/DryReachability-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/DryReachability-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": "DryReachability-iOS/Classes/Code/**/*",
34   "frameworks": [
35     "UIKit",
36     "Foundation",
37     "SystemConfiguration"
38   ],
39   "dependencies": {
40     "ReachabilitySwift": [
42     ]
43   },
44   "swift_version": "5.0"