blob: ae2acebb60f931bdd20bdc24d173ca293a31905d [file] [log] [blame]
{
"name": "PhotoGallery",
"version": "0.1.0",
"summary": "PhotoGallery helps you select multiple photos from Camera Roll.",
"license": "MIT",
"homepage": "https://github.com/alvinvarghese/Photo-Gallery",
"authors": {
"Alvin Varghese": "alvinvarghese@live.com"
},
"source": {
"git": "https://github.com/alvinvarghese/Photo-Gallery.git",
"tag": "0.1.0"
},
"description": "This library provides a an easy way to select photos from Camera Roll in your iOS app",
"social_media_url": "https://twitter.com/aalvinv",
"platforms": {
"ios": "9.0"
},
"source_files": "PhotoGallery/**/*.{swift}",
"frameworks": [
"UIKit",
"Foundation",
"StoreKit",
"QuartzCore"
],
"dependencies": {
"SVProgressHUD": [
]
}
}