[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / 1 / b / 3 / APExtensions / 14.2.0 / APExtensions.podspec.json
blobe3d628eb5ac4a16684116a6ced1ccb43c04a4d98
2   "name": "APExtensions",
3   "version": "14.2.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": "14.2.0"
18   },
19   "platforms": {
20     "ios": "11.0"
21   },
22   "swift_versions": [
23     "5"
24   ],
25   "cocoapods_version": ">= 1.13.0",
26   "default_subspecs": [
27     "Core",
28     "Dispatch",
29     "Occupiable",
30     "OptionalType",
31     "ViewModel",
32     "Storyboard"
33   ],
34   "subspecs": [
35     {
36       "name": "Core",
37       "frameworks": [
38         "Foundation",
39         "UIKit",
40         "MessageUI"
41       ],
42       "source_files": [
43         "APExtensions/Classes/Core/**/*",
44         "APExtensions/Classes/Shared/**/*"
45       ],
46       "resource_bundles": {
47         "APExtensions.Core.privacy": "Pod/Privacy/APExtensions.Core/PrivacyInfo.xcprivacy"
48       },
49       "dependencies": {
50         "RoutableLogger": [
52         ]
53       }
54     },
55     {
56       "name": "ViewModel",
57       "frameworks": [
58         "Foundation",
59         "UIKit"
60       ],
61       "source_files": "APExtensions/Classes/ViewModel/**/*",
62       "resource_bundles": {
63         "APExtensions.ViewModel.privacy": "Pod/Privacy/APExtensions.ViewModel/PrivacyInfo.xcprivacy"
64       }
65     },
66     {
67       "name": "Storyboard",
68       "frameworks": [
69         "Foundation",
70         "UIKit"
71       ],
72       "source_files": [
73         "APExtensions/Classes/Storyboard/**/*",
74         "APExtensions/Classes/Shared/**/*"
75       ],
76       "resource_bundles": {
77         "APExtensions.Storyboard.privacy": "Pod/Privacy/APExtensions.Storyboard/PrivacyInfo.xcprivacy"
78       },
79       "dependencies": {
80         "RoutableLogger": [
82         ]
83       }
84     },
85     {
86       "name": "Dispatch",
87       "frameworks": "Foundation",
88       "source_files": "APExtensions/Classes/Dispatch/**/*",
89       "resource_bundles": {
90         "APExtensions.Dispatch.privacy": "Pod/Privacy/APExtensions.Dispatch/PrivacyInfo.xcprivacy"
91       },
92       "dependencies": {
93         "RoutableLogger": [
95         ]
96       }
97     },
98     {
99       "name": "Occupiable",
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/Occupiable/Occupiable.swift",
107       "resource_bundles": {
108         "APExtensions.Occupiable.privacy": "Pod/Privacy/APExtensions.Occupiable/PrivacyInfo.xcprivacy"
109       }
110     },
111     {
112       "name": "OptionalType",
113       "platforms": {
114         "ios": "11.0",
115         "osx": "10.13",
116         "watchos": "4.0",
117         "tvos": "11.0"
118       },
119       "source_files": "APExtensions/Classes/Core/_Protocols/OptionalType/OptionalType.swift",
120       "resource_bundles": {
121         "APExtensions.OptionalType.privacy": "Pod/Privacy/APExtensions.OptionalType/PrivacyInfo.xcprivacy"
122       }
123     }
124   ],
125   "swift_version": "5"