[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / 1 / 6 / PSNetWork / 0.2.2 / PSNetWork.podspec.json
blobe5125e1d8a9e2df2dd77cb2bddbe0160ca6edea6
2   "name": "PSNetWork",
3   "version": "0.2.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.2.2"
18   },
19   "source_files": "PSNetWork/*.{h,m,mm}",
20   "requires_arc": true,
21   "dependencies": {
22     "ReactiveObjC": [
23       "~> 2.1"
24     ],
25     "AFNetworking": [
26       "3.1.0"
27     ]
28   }