[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 2 / b / BGNetwork / 0.2.6 / BGNetwork.podspec.json
blob8bc0659f4dd3b114a2c7ea237af750b057a6ce0e
2   "name": "BGNetwork",
3   "version": "0.2.6",
4   "license": "MIT",
5   "summary": "BGNetwork is a request util based on AFNetworking",
6   "homepage": "https://github.com/liuchungui/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.2.6"
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   },
25   "xcconfig": {
26     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
27   }