[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / 8 / 0 / CAINetworkReachabilityManager / 0.1.2 / CAINetworkReachabilityManager.podspec.json
blob4e6aa655af3ed3ddfd15a1b080c2f540c6bb367e
2   "name": "CAINetworkReachabilityManager",
3   "version": "0.1.2",
4   "summary": "基于AFNetworkReachabilityManager二次封装的一个方法回调是否有网络,用于某些特定场景需要交互检查使用",
5   "description": "基于AFNetworkReachabilityManager封装的一个方法回调是否有网络,用于某些特定场景需要交互检查使用。",
6   "homepage": "https://github.com/zj1208/CAINetworkReachabilityManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "海参": "879654715@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/zj1208/CAINetworkReachabilityManager.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "CAINetworkReachabilityManager/Classes/**/*",
22   "dependencies": {
23     "AFNetworking/Reachability": [
25     ]
26   }