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