blob: d8bf071f9670d65c03a95efb2963814d47ff49d1 [file] [log] [blame]
{
"name": "CodableAlamofire",
"version": "1.1.1",
"summary": "An extension for Alamofire that converts JSON data into Decodable Objects.",
"homepage": "https://github.com/Otbivnoe/CodableAlamofire",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nikita Ermolenko": "gnod94@gmail.com"
},
"social_media_url": "https://twitter.com/iOtbivnoe",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Otbivnoe/CodableAlamofire.git",
"tag": "1.1.1"
},
"source_files": "Sources/**/*.{h,swift}",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 4.0"
]
}
}