[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 3 / c / IRLDocumentScanner / 0.1.0 / IRLDocumentScanner.podspec.json
blob34f532ec87ae9f48b66c457a61bcb204fc6d6b35
2   "name": "IRLDocumentScanner",
3   "version": "0.1.0",
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": "http://www.irlmobile.com",
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.0"
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