blob: 4396f076f53f656df6760fa3654cccdf3873b60c [file] [log] [blame]
{
"name": "CodableAlamofire",
"version": "1.1.0",
"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.0"
},
"source_files": "Sources/**/*.{h,swift}",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 4.0"
]
},
"pushed_with_swift_version": "4.0"
}