blob: c6162fa8074797f95fb5c422366e23df69d3b7bf [file] [log] [blame]
{
"name": "RxHttp",
"version": "1.0.1",
"summary": "An iOS http utils.",
"description": "it is a rxhttp utils",
"homepage": "xxxx",
"license": "MIT",
"authors": {
"lishusheng": "shusheng.li@outlook.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/18257168402/RxHttp.git",
"tag": "1.0.1"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"CFNetwork"
],
"source_files": "source/**/*.{h,m}",
"exclude_files": "",
"dependencies": {
"RxOC": [
"~> 1.0.1"
],
"AFNetworking": [
"~> 3.0"
],
"MJExtension": [
"~> 3.0.13"
]
}
}