blob: 59a327b352721f8b256f1114e1f9f5ad59f2c510 [file] [log] [blame]
{
"name": "AutoNet",
"version": "1.0.1",
"summary": "A simple net library of ios.",
"description": "A simple net library of ios, It's simple, easy to use and convenient",
"homepage": "https://github.com/xiaoxige/AutoNet-Ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xiaoxige": "xiaoxigexiaoan@outlook.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/xiaoxige/AutoNet-Ios.git",
"tag": "1.0.1"
},
"source_files": "AutoNet/**/*",
"requires_arc": true,
"dependencies": {
"HandyJSON": [
"~> 4.2.0"
],
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
}
}