[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 3 / c / IRLDocumentScanner / 0.2.0 / IRLDocumentScanner.podspec.json
blob815dca47021ac273bf3bf9bd01cf28ae394679b9
2   "name": "IRLDocumentScanner",
3   "version": "0.2.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": "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.2.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "default_subspecs": "Default",
23   "dependencies": {
24     "TOCropViewController": [
25       "~> 2.0"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "Default",
31       "source_files": [
32         "Source",
33         "Source/**/*.{h,m}"
34       ],
35       "resources": [
36         "*.storyboard",
37         "*.xcassets"
38       ],
39       "ios": {
40         "frameworks": [
41           "Foundation",
42           "UIKit",
43           "AVFoundation",
44           "CoreImage",
45           "GLKit"
46         ]
47       },
48       "requires_arc": true,
49       "public_header_files": [
50         "Source/Public/**/*.h",
51         "Source/IRLDocumentScanner.h"
52       ],
53       "private_header_files": "Source/Private/**/*.h"
54     },
55     {
56       "name": "Private",
57       "source_files": [
58         "Source",
59         "Source/**/*.{h,m}"
60       ],
61       "resources": [
62         "*.storyboard",
63         "*.xcassets"
64       ],
65       "ios": {
66         "frameworks": [
67           "Foundation",
68           "UIKit",
69           "AVFoundation",
70           "CoreImage",
71           "GLKit"
72         ]
73       },
74       "requires_arc": true,
75       "public_header_files": [
76         "Source/Public/**/*.h",
77         "Source/IRLDocumentScanner.h",
78         "Source/Private/**/*.h"
79       ]
80     }
81   ]