[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 1 / 7 / 6 / WYHttpComponent / 0.0.3 / WYHttpComponent.podspec.json
blob0c6b601b5f9fc8ce7cee63544c78f9d73e8f8b38
2   "name": "WYHttpComponent",
3   "version": "0.0.3",
4   "summary": "网络请求组件",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "http://101.37.147.213:3000/WYComponent/WYHttpComponent",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wang": "1339669469@qq.com"
13   },
14   "source": {
15     "git": "http://101.37.147.213:3000/WYComponent/WYHttpComponent.git",
16     "tag": "0.0.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "dependencies": {
22     "AFNetworking": [
23       "~> 3.2.1"
24     ],
25     "SBJson": [
26       "~> 5.0.0"
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "HTTPSession",
32       "source_files": "WYHttpComponent/Classes/HTTPSession/*"
33     },
34     {
35       "name": "URLSession",
36       "source_files": "WYHttpComponent/Classes/URLSession/*"
37     }
38   ]