[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 1 / 0 / StackModules / 1.7.3 / StackModules.podspec.json
blob8bffd1070cb84bd9aef8f91604e84a0ea7dfd1de
2   "name": "StackModules",
3   "version": "1.7.3",
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": "10.0"
16   },
17   "source": {
18     "http": "https://s3-us-west-1.amazonaws.com/appodeal-ios/StackModules/1.7.3/StackModules.zip"
19   },
20   "default_subspecs": "StackProductPresentation",
21   "static_framework": true,
22   "swift_versions": "5.1",
23   "pod_target_xcconfig": {
24     "VALID_ARCHS": "arm64 armv7 x86_64",
25     "VALID_ARCHS[sdk=iphoneos*]": "arm64 armv7",
26     "VALID_ARCHS[sdk=iphonesimulator*]": "arm64 x86_64"
27   },
28   "user_target_xcconfig": {
29     "OTHER_LDFLAGS": "-ObjC"
30   },
31   "subspecs": [
32     {
33       "name": "StackFoundation",
34       "resource_bundles": {
35         "StackFoundation": "StackFoundation.bundle/PrivacyInfo.xcprivacy"
36       },
37       "vendored_frameworks": "StackFoundation.xcframework",
38       "libraries": "z",
39       "frameworks": [
40         "SafariServices",
41         "StoreKit",
42         "WebKit",
43         "CoreTelephony",
44         "SystemConfiguration",
45         "AdSupport",
46         "CoreLocation",
47         "MobileCoreServices",
48         "AVFoundation",
49         "AudioToolbox",
50         "UIKit",
51         "ImageIO",
52         "CoreGraphics"
53       ]
54     },
55     {
56       "name": "StackUIKit",
57       "resource_bundles": {
58         "StackUIKit": "StackUIKit.bundle/PrivacyInfo.xcprivacy"
59       },
60       "vendored_frameworks": "StackUIKit.xcframework",
61       "dependencies": {
62         "StackModules/StackFoundation": [
64         ]
65       }
66     },
67     {
68       "name": "StackProductPresentation",
69       "resource_bundles": {
70         "StackProductPresentation": "StackProductPresentation.bundle/PrivacyInfo.xcprivacy"
71       },
72       "vendored_frameworks": "StackProductPresentation.xcframework",
73       "source_files": "Dummy.swift",
74       "dependencies": {
75         "StackModules/StackUIKit": [
77         ]
78       }
79     }
80   ],
81   "swift_version": "5.1"