[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 1 / d / HQNetworking / 1.0.0 / HQNetworking.podspec.json
blobb5abed289d17278c0b3f60cdecdd599755dbae8a
2   "name": "HQNetworking",
3   "version": "1.0.0",
4   "summary": "网络层",
5   "description": "网络抽象层",
6   "homepage": "https://github.com/LiuHuanQing/HQNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "刘欢庆": "liu-lhq@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/LiuHuanQing/HQNetworking.git",
19     "tag": "1.0.0"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "frameworks": [
27     "AFNetworking",
28     "YYModel"
29   ],
30   "dependencies": {
31     "YYModel": [
32       "~> 1.0.4"
33     ],
34     "AFNetworking/NSURLSession": [
35       "~> 3.1.0"
36     ]
37   }