blob: 68c50f0fb62079ccf9081299be378f5ccbb63697 [file] [log] [blame]
{
"name": "Bean",
"version": "1.0.0",
"summary": "Image downloading and caching made easy",
"description": "Features\n1. Download files easily\n2. Imageview Extension to set the images from url\n3. Cancelation of image loads\n4. Caching of resources using NSCache",
"homepage": "https://github.com/ipraba/Bean",
"license": "MIT",
"authors": {
"Prabaharan": "mailprabaharan.e@gmail.com"
},
"source": {
"git": "https://github.com/ipraba/Bean.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"frameworks": [
"UIKit",
"Foundation"
]
}