[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / b / 3 / APExtensions / 10.1.4 / APExtensions.podspec.json
blobf87370b7a0051924aec8f6f561bbd4f874a75800
2   "name": "APExtensions",
3   "version": "10.1.4",
4   "summary": "A helpful collection of extensions, controllers and protocols.",
5   "description": "A helpful collection of extensions, controllers and protocols. See documentation for details.",
6   "homepage": "https://github.com/APUtils/APExtensions",
7   "documentation_url": "https://aputils.github.io/APExtensions/",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Anton Plebanovich": "anton.plebanovich@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/APUtils/APExtensions.git",
17     "tag": "10.1.4"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "swift_versions": [
23     "5.1"
24   ],
25   "frameworks": [
26     "Foundation",
27     "UIKit",
28     "MessageUI"
29   ],
30   "default_subspecs": [
31     "Core",
32     "ViewConfiguration",
33     "Storyboard"
34   ],
35   "subspecs": [
36     {
37       "name": "Core",
38       "source_files": [
39         "APExtensions/Classes/Core/**/*",
40         "APExtensions/Classes/Shared/**/*"
41       ],
42       "dependencies": {
43         "RoutableLogger": [
45         ]
46       }
47     },
48     {
49       "name": "ViewConfiguration",
50       "source_files": "APExtensions/Classes/ViewConfiguration/**/*"
51     },
52     {
53       "name": "Storyboard",
54       "source_files": [
55         "APExtensions/Classes/Storyboard/**/*",
56         "APExtensions/Classes/Shared/**/*"
57       ]
58     },
59     {
60       "name": "Occupiable",
61       "source_files": "APExtensions/Classes/Core/_Protocols/Occupiable.swift"
62     },
63     {
64       "name": "OptionalType",
65       "source_files": "APExtensions/Classes/Core/_Protocols/OptionalType.swift"
66     }
67   ],
68   "swift_version": "5.1"