[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 5 / 2 / b / BGNetwork / 0.1.2 / BGNetwork.podspec.json
blobf88197ead86819e6854def13c30940d63ed51382
2   "name": "BGNetwork",
3   "version": "0.1.2",
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.2"
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   }