[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 2 / 1 / RBNetwork / 0.5.0 / RBNetwork.podspec.json
blobf3a2ef93eb4ef6b5d63dca96f04c5af1008a6efa
2   "name": "RBNetwork",
3   "version": "0.5.0",
4   "summary": "an iOS networking framework based on AFNetworking",
5   "homepage": "https://github.com/baxiang/RBNetwork",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "baxiang": "baxiang1989@163.com"
12   },
13   "source": {
14     "git": "https://github.com/baxiang/RBNetwork.git",
15     "tag": "0.5.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source_files": "RBNetwork/Classes/**/*",
21   "dependencies": {
22     "AFNetworking": [
24     ]
25   }