[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 2 / b / BGNetwork / 0.1.8 / BGNetwork.podspec.json
blobc1928dd2dc32f08ae599b30b3b219d04fa050647
2   "name": "BGNetwork",
3   "version": "0.1.8",
4   "license": "MIT",
5   "summary": "BGNetwork is a request util based on AFNetworking",
6   "homepage": "https://github.com/chunguiLiu/BGNetwork",
7   "authors": {
8     "liuchungui": "404468494@qq.com",
9     "blog": "http://www.liuchungui.com"
10   },
11   "source": {
12     "git": "https://github.com/chunguiLiu/BGNetwork.git",
13     "tag": "0.1.8"
14   },
15   "source_files": "BGNetwork/*",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "dependencies": {
21     "AFNetworking": [
22       "~> 3.0.2"
23     ]
24   }