blob: 7f4e432222a8b33dfc16b5beb95377b8e1f0badb [file] [log] [blame]
{
"name": "WYHttpComponent",
"version": "0.1.6",
"summary": "网络请求组件",
"description": "TODO: Add long description of the pod here.",
"homepage": "http://101.37.147.213:3000/WYComponent/WYHttpComponent",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wang": "1339669469@qq.com"
},
"source": {
"git": "http://101.37.147.213:3000/WYComponent/WYHttpComponent.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "8.0"
},
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
],
"SBJson": [
"~> 5.0.3"
]
},
"subspecs": [
{
"name": "HTTPSession",
"source_files": "WYHttpComponent/Classes/HTTPSession/*"
},
{
"name": "URLSession",
"source_files": "WYHttpComponent/Classes/URLSession/*"
}
]
}