blob: bf8dd35bc67b0e0ad061835c3945768f92ea46ef [file] [log] [blame]
{
"name": "AlamoCodable",
"platforms": {
"ios": "10.0"
},
"version": "0.1.0",
"license": "MIT",
"summary": "AlamoCodable is a network manager depend on Alamofire.",
"homepage": "https://github.com/umeshiscreative/AlamoCodable",
"authors": {
"Umesh Verma": "umeshiscreative@gmail.com"
},
"source": {
"git": "https://github.com/umeshiscreative/AlamoCodable.git",
"tag": "0.1.0"
},
"swift_version": "4.0",
"requires_arc": true,
"source_files": "AlamoCodable/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.7"
]
}
}