blob: 86c6d1995e67634c974e1d34463c566753cf166d [file] [log] [blame]
{
"name": "BmoImageLoader",
"version": "0.3.0",
"summary": "A progress animated component for UIImageView",
"description": "BmoImageLoader is a progress animated component for UIImageView\nImage downloadder implementation and cache manager use AlamofireImage",
"homepage": "https://github.com/tzef/BmoImageLoader",
"screenshots": [
"https://raw.githubusercontent.com/tzef/BmoImageLoader/master/Screenshot/animationStyle.png",
"https://raw.githubusercontent.com/tzef/BmoImageLoader/master/Screenshot/progressControl.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LEE ZHE YU": "admin@bunbunu.com"
},
"source": {
"git": "https://github.com/tzef/BmoImageLoader.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BmoImageLoader/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"AlamofireImage": [
"~> 2.0"
]
}
}