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