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