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