blob: e57198b42513c0dc2aca01d10492366f2e438f58 [file] [log] [blame]
{
"name": "CodableAPI",
"version": "0.5.0",
"summary": "A set of Swift helpers for interacting with APIs in a Codable format.",
"description": "Use Codable models to craft requests and receive responses from APIs.",
"homepage": "https://github.com/gotranseo/CodableAPI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"transeo": "jimmy@gotranseo.com"
},
"source": {
"git": "https://github.com/gotranseo/CodableAPI.git",
"tag": "0.5.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CodableAPI/Classes/**/*",
"dependencies": {
"Alamofire": [
]
},
"pushed_with_swift_version": "4.0.1"
}