[Delete] BlueBreeze 1.0.0
[CocoaPods.git] / Specs / e / 4 / 6 / HJQNetWorkUtils / 0.0.1 / HJQNetWorkUtils.podspec.json
blobfda1babd4fb3b7f7db953766e5f5099c19096146
2   "name": "HJQNetWorkUtils",
3   "version": "0.0.1",
4   "summary": "Network monitoring tool based on AFN of HJQNetWorkUtils.",
5   "homepage": "https://github.com/XiaoHanGe/HJQNetWorkUtils",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "韩俊强": "532167805@qq.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/XiaoHanGe/HJQNetWorkUtils.git",
18     "tag": "0.0.1"
19   },
20   "source_files": [
21     "HJQNetWorkUtils",
22     "HJQNetWorkUtils/**/*.{h,m}"
23   ],
24   "public_header_files": "HJQNetWorkUtils/**/*.h",
25   "requires_arc": true,
26   "dependencies": {
27     "AFNetworking": [
28       "~> 2.6.3"
29     ]
30   }