[Add] FTMobileSDK 1.5.10-alpha.1
[CocoaPods.git] / Specs / b / 8 / 0 / YQSNetwork / 0.0.1 / YQSNetwork.podspec.json
blob207a4c14538b5a91442bd30953f8b5edb06047c7
2   "name": "YQSNetwork",
3   "version": "0.0.1",
4   "summary": "益趣生活内部员工使用版本使用,经过简单封装的网络请求相关代码.",
5   "description": "The network service layer of 益趣生活APP",
6   "homepage": "https://github.com/Nasy521/YQSNetwork",
7   "license": "MIT",
8   "authors": {
9     "Nasy": "enaiyan@126.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/Nasy521/YQSNetwork.git",
16     "tag": "0.0.1"
17   },
18   "frameworks": "SystemConfiguration",
19   "requires_arc": true,
20   "dependencies": {
21     "AFNetworking": [
22       "~> 3.1.0"
23     ],
24     "JSONModel": [
25       "~> 1.7.0"
26     ]
27   }