[Add] SHUJUSHUO 0.2.1
[CocoaPods.git] / Specs / 6 / 3 / 9 / WBNetwork / 0.1.2 / WBNetwork.podspec.json
blob13617bae876889b0110d8c1d8804d5c815d4867b
2   "name": "WBNetwork",
3   "version": "0.1.2",
4   "summary": "iOS 基于 AFN 封装的链式网络请求框架",
5   "homepage": "https://github.com/AllenSWB/WBNetwork",
6   "license": "MIT",
7   "authors": "AllenSWB",
8   "platforms": {
9     "ios": "8.0"
10   },
11   "source": {
12     "git": "https://github.com/AllenSWB/WBNetwork.git",
13     "tag": "0.1.2"
14   },
15   "frameworks": [
16     "Foundation",
17     "UIKit"
18   ],
19   "source_files": "WBNetworkDemo/WBNetwork/*.{h,m}",
20   "dependencies": {
21     "AFNetworking": [
23     ]
24   }