[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / 1 / 0 / StackModules / 1.0.3 / StackModules.podspec.json
blobd7bad199be969fee7e21f8faf85489e3edfccc89
2   "name": "StackModules",
3   "version": "1.0.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": "http://www.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/v1.0.3/StackModules.zip"
19   },
20   "default_subspecs": "StackUIKit",
21   "pod_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e armv7 armv7s",
23     "EXCLUDED_ARCHS[sdk=iphoneos*]": "i386 x86_64"
24   },
25   "user_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e armv7 armv7s",
27     "EXCLUDED_ARCHS[sdk=iphoneos*]": "i386 x86_64"
28   },
29   "subspecs": [
30     {
31       "name": "StackFoundation",
32       "vendored_frameworks": "StackFoundation.framework",
33       "libraries": "z",
34       "frameworks": [
35         "SafariServices",
36         "StoreKit",
37         "WebKit",
38         "CoreTelephony",
39         "SystemConfiguration",
40         "AdSupport",
41         "CoreLocation",
42         "MobileCoreServices",
43         "AVFoundation",
44         "AudioToolbox"
45       ]
46     },
47     {
48       "name": "StackUIKit",
49       "vendored_frameworks": "StackUIKit.framework",
50       "dependencies": {
51         "StackModules/StackFoundation": [
53         ]
54       }
55     }
56   ]