[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / b / 3 / APExtensions / 10.0.0 / APExtensions.podspec.json
blobee37c974e3ad86b9ecb27377e000c73a45af2017
2   "name": "APExtensions",
3   "version": "10.0.0",
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.0.0"
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": "APExtensions/Classes/Core/**/*",
39       "dependencies": {
40         "LogsManager/RoutableLogger": [
41           ">= 9.1.5"
42         ]
43       }
44     },
45     {
46       "name": "ViewConfiguration",
47       "source_files": "APExtensions/Classes/ViewConfiguration/**/*"
48     },
49     {
50       "name": "Storyboard",
51       "source_files": "APExtensions/Classes/Storyboard/**/*"
52     }
53   ],
54   "swift_version": "5.1"