[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 7 / 1 / 6 / WJQApi / 0.0.1 / WJQApi.podspec.json
bloba9f1ba3fb4b7ea4ec2e6597296cb4082d7695c52
2   "name": "WJQApi",
3   "version": "0.0.1",
4   "summary": "基于AFNetworking封装的网络通讯类.",
5   "description": "基于AFNetworking封装的网络通讯类,方便使用",
6   "homepage": "https://github.com/SirJunqiuWu/WJQApi",
7   "license": "MIT",
8   "authors": {
9     "Jack": "1071034992@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/SirJunqiuWu/WJQApi.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "WJQApi/*.{h,m}",
20   "resource_bundles": {
21     "WJQApi": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "AFNetworking": [
27       "~> 3.0.4"
28     ]
29   }