blob: 251b89d4d1f58b6f4c9f3a2ef938868d90f24b51 [file] [log] [blame]
{
"name": "Cherry",
"version": "0.1.0",
"summary": "A short description of Cherry.",
"description": "Cherry is a library on top of alamofire that allows you to build more expressive networking layer.",
"swift_versions": "5.0",
"homepage": "https://github.com/hussc/Cherry",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hussc": "hus.sc@aol.com"
},
"source": {
"git": "https://github.com/hussc/Cherry.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "Cherry/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 5.0"
],
"PromisesSwift": [
]
},
"swift_version": "5.0"
}