blob: 8e9c489673ddc7c970585d3eb81498c8e6ffb06a [file] [log] [blame]
{
"name": "CodyFire",
"version": "1.2.2",
"summary": "❤️ Powerful API wrapper based on Codable, Alamofire, and Starscream",
"description": "This is a powerful lib that provide you ability to send requests and receive responces 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.2.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CodyFire/Classes/**/*",
"dependencies": {
"Starscream": [
"~> 3.0.2"
],
"Alamofire": [
"~> 4.5"
]
}
}