[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / 4 / 8 / 9 / Finjinon / 4.1.3 / Finjinon.podspec.json
blobe7b50610b795a0c45ebfc6074026a873662ca39e
2   "name": "Finjinon",
3   "version": "4.1.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   "authors": "FINN.no AS",
7   "homepage": "https://github.com/finn-no/Finjinon",
8   "screenshots": "https://raw.githubusercontent.com/finn-no/Finjinon/master/Screenshots/screenshot.png",
9   "license": "MIT",
10   "social_media_url": "http://twitter.com/finn_tech",
11   "platforms": {
12     "ios": "11.2"
13   },
14   "swift_versions": "5.0",
15   "source": {
16     "git": "https://github.com/finn-no/Finjinon.git",
17     "tag": "4.1.3"
18   },
19   "resources": "Sources/Resources/*.{xcassets,lproj}",
20   "resource_bundles": {
21     "Finjinon": [
22       "Sources/Resources/*.xcassets",
23       "Sources/Resources/*.lproj"
24     ]
25   },
26   "requires_arc": true,
27   "source_files": "Sources/**/*.swift",
28   "frameworks": "Foundation",
29   "swift_version": "5.0"