blob: 60dc0709b75783340c2dc1533603429895f425af [file] [log] [blame]
{
"name": "CodableAlamofire",
"version": "1.2.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": "10.0",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/Otbivnoe/CodableAlamofire.git",
"tag": "1.2.1"
},
"source_files": "Sources/**/*.{h,swift}",
"swift_versions": [
"4.0",
"5.0",
"5.1"
],
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 5.1.0"
]
},
"swift_version": "5.1"
}