| { |
| "name": "DecodAlamofirable", |
| "version": "1.0.0", |
| "summary": "Alamofire + Decodable", |
| "description": "Help parse alamofire response to decodable object", |
| "homepage": "https://github.com/quocnb/DecodAlamofirable", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "quocnb": "quocnb.vnu@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/quocnb/DecodAlamofirable.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "swift_version": "4.2", |
| "source_files": "DecodAlamofirable/Classes/**/*", |
| "dependencies": { |
| "Alamofire": [ |
| |
| ] |
| } |
| } |