blob: bf248bfebc0cb4cc26832163c65962b780a69596 [file] [log] [blame]
{
"name": "Finjinon",
"version": "2.0",
"summary": "Custom iOS camera optimized for taking a sequence of photos quickly and/or selecting from an image picker",
"description": "Finjinon is a custom AVFoundation based camera UI, focused on quickly adding several photos. Selecting existing photos from the camera roll is supported through a pluggable interface, a default implementation using UIImagePickerController is provided.",
"homepage": "https://github.com/finn-no/Finjinon",
"screenshots": "https://raw.githubusercontent.com/finn-no/Finjinon/master/Screenshots/screenshot.png",
"license": "MIT",
"authors": {
"Johan Sørensen": "johan@johansorensen.com"
},
"social_media_url": "http://twitter.com/johans",
"platforms": {
"ios": "8.1"
},
"source": {
"git": "https://github.com/finn-no/Finjinon.git",
"tag": "2.0"
},
"source_files": "Finjinon",
"ios": {
"resource_bundles": {
"Finjinon-iOS": [
"Finjinon/*.lproj"
]
}
}
}