[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 2 / 4 / 5 / JDragonSoap / 0.0.1 / JDragonSoap.podspec.json
blobf19270510de07d1e96c07710f328408293666cd4
2   "name": "JDragonSoap",
3   "version": "0.0.1",
4   "summary": "一个极其简单的网络请求",
5   "description": "基于AFNetWorking开发的网络请求",
6   "homepage": "https://github.com/lyc59621/JDragonSoap",
7   "license": "MIT",
8   "authors": {
9     "姜锦龙": "lyc59621@icloud.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/lyc59621/JDragonSoap.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "JDragonSoap/SoapHelp/*.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "AFNetworking": [
22       "~> 2.6.1"
23     ],
24     "Reachability": [
25       "~> 3.2"
26     ],
27     "SVProgressHUD": [
28       "~> 1.1.3"
29     ]
30   }