blob: a8cc03e580e4d9ea437aaa8d298790bf2d2bc2f6 [file] [log] [blame]
{
"name": "CodyFire",
"version": "1.8.0",
"summary": "❤️ Powerful codable API requests builder and manager for iOS based on Alamofire",
"description": "This is a powerful lib that provide you ability to send requests and receive responses with Codable protocol",
"homepage": "https://github.com/MihaelIsaev/CodyFire",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MihaelIsaev": "isaev.mihael@gmail.com"
},
"source": {
"git": "https://github.com/MihaelIsaev/CodyFire.git",
"tag": "1.8.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CodyFire/Classes/**/*",
"dependencies": {
"Starscream": [
"~> 3.0.2"
],
"Alamofire": [
"~> 4.7.3"
]
}
}