blob: 8a277380957b75fda37e68e2266a67f456f35b70 [file] [log] [blame]
{
"name": "SDWebImagePromiseKit",
"version": "0.1.0",
"summary": "An SDWebImage extension to use it with PromiseKit",
"homepage": "https://github.com/lammertw/SDWebImagePromiseKit",
"license": "MIT",
"authors": {
"Lammert Westerhoff": "westerhoff@gmail.com"
},
"source": {
"git": "https://github.com/lammertw/SDWebImagePromiseKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"PromiseKit": [
"~> 3.0"
],
"SDWebImage": [
"~> 3.7"
]
}
}