[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 1 / 6 / PSNetWork / 0.0.2 / PSNetWork.podspec.json
blob5896dbfb41d2e75a01cd72d20688f2d9bc0f0d97
2   "name": "PSNetWork",
3   "version": "0.0.2",
4   "summary": "使用RAC封装AFNetWork",
5   "description": "使用RAC封装AFNetWork",
6   "homepage": "https://github.com/yangmiemie1116/PSNetWork.git",
7   "license": "MIT",
8   "authors": {
9     "杨志强": "yangzhiqiang116@gmail.com"
10   },
11   "social_media_url": "http://www.jianshu.com/u/bd06a732c598",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/yangmiemie1116/PSNetWork.git",
17     "tag": "0.0.2"
18   },
19   "source_files": "PSNetWork/*.{h,m}",
20   "requires_arc": true,
21   "dependencies": {
22     "ReactiveObjC": [
23       "~> 2.1"
24     ],
25     "AFNetworking": [
27     ]
28   }