blob: adf6a2fee70919809b7dc84a860f39573e847985 [file] [log] [blame]
{
"name": "Metrollo",
"version": "0.3.0",
"license": "MIT",
"summary": "Wrapper that combines Alamofire and Google Promises.",
"homepage": "https://github.com/kimdv/Metrollo",
"social_media_url": "https://twitter.com/kimdv",
"authors": {
"Kim de Vos": "kimdevos12@hotmail.com"
},
"source": {
"git": "https://github.com/kimdv/Metrollo.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "Metrollo/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.8"
],
"PromisesSwift": [
"~> 1.2"
]
}
}