[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 4 / 5 / JDragonSoap / 0.0.6 / JDragonSoap.podspec.json
blob94f3c0c2d154550875d2b29c629388bd3f3c3c0f
2   "name": "JDragonSoap",
3   "version": "0.0.6",
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.6"
18   },
19   "source_files": "JDragonSoap/*.{h,m}",
20   "requires_arc": true,
21   "dependencies": {
22     "AFNetworking": [
23       "~> 3.1.0"
24     ],
25     "Reachability": [
26       "~> 3.2"
27     ]
28   }