blob: 46f226ce6c02d11e85e727edfdcbbb5722a2f338 [file] [log] [blame]
{
"name": "NetSwifty",
"version": "1.0.3",
"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.0.3"
},
"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"
]
},
"pushed_with_swift_version": "echo \"3.0\" > .swift-version"
}