[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 2 / b / BGNetwork / 0.1.3 / BGNetwork.podspec.json
blob4586e2d810f9a5594617a0c0a20787d1ca7fa126
2   "name": "BGNetwork",
3   "version": "0.1.3",
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.3"
14   },
15   "source_files": "BGNetwork/*",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "dependencies": {
21     "AFNetworking": [
22       "~> 2.0"
23     ]
24   }