[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / 8 / 9 / Finjinon / 2.0.3 / Finjinon.podspec.json
blobaf9230e5aa9a68f75c9820be952376b0018f40aa
2   "name": "Finjinon",
3   "version": "2.0.3",
4   "summary": "Custom iOS camera optimized for taking a sequence of photos quickly and/or selecting from an image picker",
5   "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.",
6   "homepage": "https://github.com/finn-no/Finjinon",
7   "screenshots": "https://raw.githubusercontent.com/finn-no/Finjinon/master/Screenshots/screenshot.png",
8   "license": "MIT",
9   "authors": {
10     "Johan Sørensen": "johan@johansorensen.com"
11   },
12   "social_media_url": "http://twitter.com/johans",
13   "platforms": {
14     "ios": "8.1"
15   },
16   "source": {
17     "git": "https://github.com/finn-no/Finjinon.git",
18     "tag": "2.0.3"
19   },
20   "source_files": "Finjinon",
21   "ios": {
22     "resource_bundles": {
23       "Finjinon-iOS": [
24         "Finjinon/*.lproj"
25       ]
26     }
27   }