[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / 7 / b / HLNetworking / 1.1.1 / HLNetworking.podspec.json
blobfa2bb4c352f76febbec78ff25a95a73c573dbf44
2   "name": "HLNetworking",
3   "version": "1.1.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://github.com/QianKun-HanLin/HLNetworking",
9   "authors": {
10     "wangshiyu13": "wangshiyu13@163.com"
11   },
12   "summary": "基于AFNetworking的多范式网络请求管理器",
13   "source": {
14     "git": "https://github.com/QianKun-HanLin/HLNetworking.git",
15     "tag": "1.1.1"
16   },
17   "source_files": "HLNetworking/Source/**/*.{h,m}",
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3.1.0"
25     ]
26   }