blob: 4f551261cbc1e0f7e73a3bc0d4282baa6c2ee954 [file] [log] [blame]
{
"name": "NetSwifty",
"version": "1.1.0",
"homepage": "https://github.com/joseantoniogarciay/NetSwifty",
"summary": "Net with Alamofire implementation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jose-Antonio": "joseantoniogarciay@gmail.com"
},
"source": {
"git": "https://github.com/joseantoniogarciay/NetSwifty.git",
"tag": "1.1.0"
},
"source_files": [
"Classes",
"Net/*.{h,m,swift}",
"Net/Net/*",
"Net/Net/NetAlamofire/*"
],
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"ResponseDetective": [
"~> 1.0"
],
"Result": [
"~> 3.0.0"
]
},
"pushed_with_swift_version": "echo \"3.0\" > .swift-version"
}