blob: e193e1e05ab036e92c12c816ffb8f377c90c3dae [file] [log] [blame]
{
"name": "UIPhotoGallery",
"version": "0.1",
"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"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"UIPhotoGallery",
"UIPhotoGallery/*.{h,m}"
],
"exclude_files": "PhotoGalleryExample/*",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 3.0"
]
}
}