[Add] ReerCodable 1.1.2
[CocoaPods.git] / Specs / b / 7 / 1 / IPDFCameraViewController / 0.0.1 / IPDFCameraViewController.podspec.json
blob11696247a2b789105e22ef7aa2242f9eb1910ebd
2   "name": "IPDFCameraViewController",
3   "version": "0.0.1",
4   "summary": "UIView subclass with camera preview, live border detection, perspective correction and an easy to use API",
5   "description": "Welcome to the spiritual successor of MAImagePickerController, that tries to unite a usable & simple camera component class into a single UIView. Initially written as an essential component of InstaPDF 4.0 for instapdf.com, it seemed too useful to keep closed source.",
6   "homepage": "https://instapdf.com",
7   "screenshots": "https://raw.githubusercontent.com/mmackh/IPDFCameraViewController/master/mockup.png",
8   "license": "MIT",
9   "authors": "Maximilian Mackh",
10   "social_media_url": "https://twitter.com/mmackh",
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/barrettj/IPDFCameraViewController.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "IPDFCameraViewController/IPDFCameraViewController.{h,m}",
19   "frameworks": [
20     "AVFoundation",
21     "GLKit",
22     "ImageIO",
23     "CoreMedia",
24     "CoreVideo",
25     "CoreImage"
26   ]