[Add] FTMobileSDK 1.5.9-alpha.1
[CocoaPods.git] / Specs / 7 / 8 / 4 / WSDataRequest / 2.0.0 / WSDataRequest.podspec.json
blob2ab131144d6c568b5700826400737433c71749fb
2   "name": "WSDataRequest",
3   "version": "2.0.0",
4   "summary": "A http request tool encapsulated with AFNetWorking.",
5   "homepage": "https://github.com/Shunzi007/WSDataRequest",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "王顺": "360752546@qq.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/Shunzi007/WSDataRequest.git",
18     "tag": "2.0.0"
19   },
20   "source_files": "WSDataRequest/*.{h,m}",
21   "frameworks": "Foundation",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3.0.4"
25     ]
26   }