blob: 30050d3f9331b7c596e44629221f018b40ce7d84 [file] [log] [blame]
{
"name": "EYNetwork",
"version": "0.3.4",
"summary": "基于RAC的网络请求封装",
"description": "网络请求封装,包含AFN 的rac扩展,以及request的封装",
"homepage": "https://github.com/wowbby/EYNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wowbby": "116676237@qq.com"
},
"source": {
"git": "https://github.com/wowbby/EYNetwork.git",
"tag": "0.3.4"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Client",
"subspecs": [
{
"name": "Network",
"source_files": "EYNetwork/Classes/Network/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
],
"ReactiveObjC": [
]
}
},
{
"name": "Client",
"source_files": "EYNetwork/Classes/Client/**/*.{h,m}",
"dependencies": {
"EYNetwork/Network": [
]
}
}
]
}