[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 5 / 2 / b / BGNetwork / 0.1.1 / BGNetwork.podspec.json
blob8896a6d30002cf7a28db79cc332f83c72fb71b65
2   "name": "BGNetwork",
3   "version": "0.1.1",
4   "license": "MIT",
5   "summary": "BGNetwork is a request util based on AFNetworking",
6   "homepage": "https://github.com/chunguiLiu/BGNetwork",
7   "authors": {
8     "chunguiLiu": "chunguiLiu@126.com"
9   },
10   "source": {
11     "git": "https://github.com/chunguiLiu/BGNetwork.git",
12     "tag": "0.1.1"
13   },
14   "source_files": "BGNetwork/*",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "dependencies": {
20     "AFNetworking": [
21       "~> 2.0"
22     ]
23   }