[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 5 / 8 / 4 / HNYNetworkReachabilityManager / 1.0.0 / HNYNetworkReachabilityManager.podspec.json
blob2af2ec744a939dac95fb085914ad7de075ec87f9
2   "name": "HNYNetworkReachabilityManager",
3   "version": "1.0.0",
4   "summary": "网络可达性监听管理器",
5   "homepage": "https://github.com/yangyongzheng/HNYNetworkReachabilityManager",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "yangyongzheng": "youngyongzheng@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/yangyongzheng/HNYNetworkReachabilityManager.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   }