[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / 1 / 0 / StackModules / 1.5.5 / StackModules.podspec.json
blobba636dbc8ca8832d200e2f65c3f4f6defdff6f1d
2   "name": "StackModules",
3   "version": "1.5.5",
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 2023. 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.5.5/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       "vendored_frameworks": "StackFoundation.xcframework",
35       "libraries": "z",
36       "frameworks": [
37         "SafariServices",
38         "StoreKit",
39         "WebKit",
40         "CoreTelephony",
41         "SystemConfiguration",
42         "AdSupport",
43         "CoreLocation",
44         "MobileCoreServices",
45         "AVFoundation",
46         "AudioToolbox",
47         "UIKit",
48         "ImageIO",
49         "CoreGraphics"
50       ]
51     },
52     {
53       "name": "StackUIKit",
54       "vendored_frameworks": "StackUIKit.xcframework",
55       "dependencies": {
56         "StackModules/StackFoundation": [
58         ]
59       }
60     },
61     {
62       "name": "StackProductPresentation",
63       "vendored_frameworks": "StackProductPresentation.xcframework",
64       "source_files": "Dummy.swift",
65       "dependencies": {
66         "StackModules/StackUIKit": [
68         ]
69       }
70     }
71   ],
72   "swift_version": "5.1"