[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / a / 5 / HNNetworkReachabilityManager / 1.0.0 / HNNetworkReachabilityManager.podspec.json
blob013127a169b976c5ae4355905cb0b5ada1593d7d
2   "name": "HNNetworkReachabilityManager",
3   "version": "1.0.0",
4   "summary": "网络可达性监听管理器",
5   "homepage": "https://github.com/huinongwang/HNNetworkReachabilityManager",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "huihongwang": "iosdev@cnhnkj.com"
12   },
13   "source": {
14     "git": "https://github.com/huinongwang/HNNetworkReachabilityManager.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "source_files": "Source/*.{h,m}",
22   "public_header_files": "Source/*.h",
23   "ios": {
24     "frameworks": "SystemConfiguration"
25   }