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