[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / b / 3 / APExtensions / 14.1.1 / APExtensions.podspec.json
blob2a735f7ff64e3d2388d91d38937d7101aa799e5c
2   "name": "APExtensions",
3   "version": "14.1.1",
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": "14.1.1"
18   },
19   "platforms": {
20     "ios": "11.0"
21   },
22   "swift_versions": [
23     "5.5",
24     "5.5.1",
25     "5.5.2",
26     "5.6",
27     "5.6.1",
28     "5.7"
29   ],
30   "default_subspecs": [
31     "Core",
32     "Dispatch",
33     "ViewModel",
34     "Storyboard"
35   ],
36   "subspecs": [
37     {
38       "name": "Core",
39       "frameworks": [
40         "Foundation",
41         "UIKit",
42         "MessageUI"
43       ],
44       "source_files": [
45         "APExtensions/Classes/Core/**/*",
46         "APExtensions/Classes/Shared/**/*"
47       ],
48       "dependencies": {
49         "RoutableLogger": [
51         ]
52       }
53     },
54     {
55       "name": "Dispatch",
56       "frameworks": "Foundation",
57       "source_files": "APExtensions/Classes/Dispatch/**/*",
58       "dependencies": {
59         "RoutableLogger": [
61         ]
62       }
63     },
64     {
65       "name": "ViewModel",
66       "frameworks": [
67         "Foundation",
68         "UIKit"
69       ],
70       "source_files": "APExtensions/Classes/ViewModel/**/*"
71     },
72     {
73       "name": "Storyboard",
74       "frameworks": [
75         "Foundation",
76         "UIKit"
77       ],
78       "source_files": [
79         "APExtensions/Classes/Storyboard/**/*",
80         "APExtensions/Classes/Shared/**/*"
81       ],
82       "dependencies": {
83         "RoutableLogger": [
85         ]
86       }
87     },
88     {
89       "name": "Occupiable",
90       "platforms": {
91         "ios": "11.0",
92         "osx": "10.13",
93         "watchos": "4.0",
94         "tvos": "11.0"
95       },
96       "source_files": "APExtensions/Classes/Core/_Protocols/Occupiable/Occupiable.swift"
97     },
98     {
99       "name": "OptionalType",
100       "platforms": {
101         "ios": "11.0",
102         "osx": "10.13",
103         "watchos": "4.0",
104         "tvos": "11.0"
105       },
106       "source_files": "APExtensions/Classes/Core/_Protocols/OptionalType/OptionalType.swift"
107     }
108   ],
109   "swift_version": "5.7"