[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / f / 1 / 0 / StackModules / 3.0.1 / StackModules.podspec.json
blob9e0472ed1aba0c56e04d0246028e76fc75c38ea4
2   "name": "StackModules",
3   "version": "3.0.1",
4   "summary": "Supported modules for Stack iOS products",
5   "description": "Supported modules for Stack iOS products. Used in Appodeal, BidMachine and DataCore",
6   "homepage": "https://appodeal.com",
7   "license": {
8     "type": "Commercial License",
9     "text": "Copyright 2024. Appodeal Inc. All rights reserved.\nThe StackModules is available under a commercial license (https://appodeal.com/sdk-license-agreement)."
10   },
11   "authors": {
12     "Stack": "http://www.explorestack.com"
13   },
14   "platforms": {
15     "ios": "12.0"
16   },
17   "source": {
18     "http": "https://bidmachine-ios.s3.amazonaws.com/StackModules/3.0.1/pod/StackModules.zip"
19   },
20   "default_subspecs": "Static",
21   "swift_versions": "5.1",
22   "frameworks": [
23     "SafariServices",
24     "StoreKit",
25     "WebKit",
26     "CoreTelephony",
27     "SystemConfiguration",
28     "AdSupport",
29     "CoreLocation",
30     "MobileCoreServices",
31     "AVFoundation",
32     "AudioToolbox",
33     "UIKit",
34     "ImageIO",
35     "CoreGraphics",
36     "QuartzCore"
37   ],
38   "libraries": "z",
39   "pod_target_xcconfig": {
40     "OTHER_LDFLAGS": "-ObjC"
41   },
42   "subspecs": [
43     {
44       "name": "Dynamic",
45       "dependencies": {
46         "StackModules/Core-Dynamic": [
48         ],
49         "StackModules/ProductPresentation-Dynamic": [
51         ],
52         "StackModules/Rendering-Dynamic": [
54         ]
55       }
56     },
57     {
58       "name": "Core-Dynamic",
59       "vendored_frameworks": "release/Dynamic/StackModules.xcframework"
60     },
61     {
62       "name": "ProductPresentation-Dynamic",
63       "vendored_frameworks": "release/Dynamic/StackProductPresentation.xcframework",
64       "dependencies": {
65         "StackModules/Core-Dynamic": [
67         ]
68       }
69     },
70     {
71       "name": "Rendering-Dynamic",
72       "vendored_frameworks": "release/Dynamic/StackRendering.xcframework",
73       "dependencies": {
74         "StackModules/Core-Dynamic": [
76         ],
77         "StackModules/ProductPresentation-Dynamic": [
79         ],
80         "OMSDK_Appodeal": [
81           "~> 1.5.2"
82         ]
83       }
84     },
85     {
86       "name": "Static",
87       "dependencies": {
88         "StackModules/Core-Static": [
90         ],
91         "StackModules/ProductPresentation-Static": [
93         ],
94         "StackModules/Rendering-Static": [
96         ]
97       }
98     },
99     {
100       "name": "Core-Static",
101       "vendored_frameworks": "release/Static/StackModules.xcframework",
102       "resource_bundles": {
103         "StackModules": [
104           "release/Static/StackModules.xcframework/ios-arm64/**/PrivacyInfo.xcprivacy"
105         ]
106       }
107     },
108     {
109       "name": "ProductPresentation-Static",
110       "vendored_frameworks": "release/Static/StackProductPresentation.xcframework",
111       "dependencies": {
112         "StackModules/Core-Static": [
114         ]
115       },
116       "resource_bundles": {
117         "StackProductPresentation": [
118           "release/Static/StackProductPresentation.xcframework/ios-arm64/**/PrivacyInfo.xcprivacy"
119         ]
120       }
121     },
122     {
123       "name": "Rendering-Static",
124       "vendored_frameworks": "release/Static/StackRendering.xcframework",
125       "dependencies": {
126         "StackModules/Core-Static": [
128         ],
129         "StackModules/ProductPresentation-Static": [
131         ],
132         "OMSDK_Appodeal": [
133           "~> 1.5.2"
134         ]
135       },
136       "resource_bundles": {
137         "StackRendering": [
138           "release/Static/StackRendering.xcframework/ios-arm64/**/PrivacyInfo.xcprivacy"
139         ]
140       }
141     }
142   ],
143   "swift_version": "5.1"