blob: 08034e970dcb6cdbf42ac28f6211158e3908bb6f [file] [log] [blame]
{
"name": "UIPhotoGallery",
"version": "0.1.2",
"summary": "Set of extended & customizable views to show Photo Gallery for iOS UIKit.",
"homepage": "https://github.com/ethan605/UIPhotoGallery",
"license": "MIT",
"authors": {
"Ethan Nguyen": "thanhnx.605@gmail.com"
},
"source": {
"git": "https://github.com/ethan605/UIPhotoGallery.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"UIPhotoGallery",
"UIPhotoGallery/*.{h,m}"
],
"exclude_files": "PhotoGalleryExample/*",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 3.0"
]
}
}