[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 1 / 0 / StackModules / 1.2.1 / StackModules.podspec.json
blob41bb29e65be9900b31f6f5617e6d046c90cbedaa
2   "name": "StackModules",
3   "version": "1.2.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": "GPL 3.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Stack": "http://www.explorestack.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "http": "https://s3-us-west-1.amazonaws.com/appodeal-ios/StackModules/1.2.1/StackModules.zip"
19   },
20   "default_subspecs": "StackProductPresentation",
21   "static_framework": true,
22   "swift_versions": [
23     "4.0",
24     "4.2",
25     "5.0"
26   ],
27   "pod_target_xcconfig": {
28     "VALID_ARCHS[sdk=iphoneos*]": "arm64 armv7",
29     "VALID_ARCHS[sdk=iphonesimulator*]": "arm64 x86_64"
30   },
31   "user_target_xcconfig": {
32     "OTHER_LDFLAGS": "-ObjC"
33   },
34   "subspecs": [
35     {
36       "name": "StackFoundation",
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       "vendored_frameworks": "StackUIKit.xcframework",
58       "dependencies": {
59         "StackModules/StackFoundation": [
61         ]
62       }
63     },
64     {
65       "name": "StackProductPresentation",
66       "vendored_frameworks": "StackProductPresentation.xcframework",
67       "source_files": "Dummy.swift",
68       "dependencies": {
69         "StackModules/StackUIKit": [
71         ]
72       }
73     }
74   ],
75   "swift_version": "5.0"