[Add] DaroMAds 0.5.0
[CocoaPods.git] / Specs / f / 3 / c / IRLDocumentScanner / 0.1.2 / IRLDocumentScanner.podspec.json
blobb72de0b0740af3350ffa36a2329fd88af1b53746
2   "name": "IRLDocumentScanner",
3   "version": "0.1.2",
4   "summary": "A Drop-in Document Scanner based View Controller.",
5   "description": "A very simple to use class allowing you scan document with border detection.",
6   "license": {
7     "type": "Copyright 2015. iRLMobile. Luxembourg",
8     "file": "LICENSE.txt"
9   },
10   "homepage": "https://github.com/charlymr/IRLDocumentScanner",
11   "authors": {
12     "Denis Martin": "support@irlmobile.com"
13   },
14   "source": {
15     "git": "https://github.com/charlymr/IRLDocumentScanner.git",
16     "branch": "master",
17     "tag": "0.1.2"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": [
23     "Source",
24     "Source/**/*.{h,m}"
25   ],
26   "public_header_files": [
27     "Source/Public/**/*.h",
28     "Source/IRLDocumentScanner.h"
29   ],
30   "private_header_files": "Source/Private/**/*.h",
31   "resources": [
32     "*.storyboard",
33     "*.xcassets"
34   ],
35   "ios": {
36     "frameworks": [
37       "Foundation",
38       "UIKit",
39       "AVFoundation",
40       "CoreImage",
41       "GLKit"
42     ]
43   },
44   "requires_arc": true