blob: e7b50610b795a0c45ebfc6074026a873662ca39e [file] [log] [blame]
{
"name": "Finjinon",
"version": "4.1.3",
"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.",
"authors": "FINN.no AS",
"homepage": "https://github.com/finn-no/Finjinon",
"screenshots": "https://raw.githubusercontent.com/finn-no/Finjinon/master/Screenshots/screenshot.png",
"license": "MIT",
"social_media_url": "http://twitter.com/finn_tech",
"platforms": {
"ios": "11.2"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/finn-no/Finjinon.git",
"tag": "4.1.3"
},
"resources": "Sources/Resources/*.{xcassets,lproj}",
"resource_bundles": {
"Finjinon": [
"Sources/Resources/*.xcassets",
"Sources/Resources/*.lproj"
]
},
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"swift_version": "5.0"
}