[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / d / b / f / StackIAB / 1.8.0 / StackIAB.podspec.json
blobc9f659897a4a5f31daa839134aecd95850315355
2   "name": "StackIAB",
3   "version": "1.8.0",
4   "summary": "IAB Display Managers modules for Stack products",
5   "description": "Includes display managers for MRAID 2.0 (pending), VAST 3.0 and NAST 1.0",
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   "source": {
15     "http": "https://s3-us-west-1.amazonaws.com/appodeal-ios/StackIAB/v1.8.0/StackIAB.zip"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "dependencies": {
21     "StackModules": [
22       "~> 1.3.0"
23     ]
24   },
25   "source_files": "Dummy.swift",
26   "swift_versions": "5.1",
27   "static_framework": true,
28   "pod_target_xcconfig": {
29     "VALID_ARCHS": "arm64 armv7 x86_64",
30     "VALID_ARCHS[sdk=iphoneos*]": "arm64 armv7",
31     "VALID_ARCHS[sdk=iphonesimulator*]": "arm64 x86_64"
32   },
33   "user_target_xcconfig": {
34     "OTHER_LDFLAGS": "-ObjC"
35   },
36   "subspecs": [
37     {
38       "name": "StackXML",
39       "vendored_frameworks": "StackXML.xcframework",
40       "libraries": "xml2"
41     },
42     {
43       "name": "StackIABAssets",
44       "vendored_frameworks": "StackIABAssets.xcframework"
45     },
46     {
47       "name": "StackOpenMeasure",
48       "vendored_frameworks": "StackOpenMeasure.xcframework",
49       "dependencies": {
50         "OMSDK_Appodeal": [
51           "~> 1.3.27"
52         ]
53       }
54     },
55     {
56       "name": "StackMRAIDKit",
57       "vendored_frameworks": "StackMRAIDKit.xcframework",
58       "frameworks": "WebKit",
59       "dependencies": {
60         "StackIAB/StackIABAssets": [
62         ],
63         "StackIAB/StackOpenMeasure": [
65         ]
66       }
67     },
68     {
69       "name": "StackVideoPlayer",
70       "vendored_frameworks": "StackVideoPlayer.xcframework",
71       "frameworks": "AVFoundation"
72     },
73     {
74       "name": "StackRichMedia",
75       "vendored_frameworks": "StackRichMedia.xcframework",
76       "dependencies": {
77         "StackIAB/StackVASTAssets": [
79         ],
80         "StackIAB/StackVideoPlayer": [
82         ],
83         "StackIAB/StackIABAssets": [
85         ]
86       }
87     },
88     {
89       "name": "StackVASTAssets",
90       "vendored_frameworks": "StackVASTAssets.xcframework",
91       "dependencies": {
92         "StackIAB/StackXML": [
94         ],
95         "StackIAB/StackIABAssets": [
97         ]
98       }
99     },
100     {
101       "name": "StackVASTKit",
102       "vendored_frameworks": "StackVASTKit.xcframework",
103       "dependencies": {
104         "StackIAB/StackVASTAssets": [
106         ],
107         "StackIAB/StackVideoPlayer": [
109         ],
110         "StackIAB/StackMRAIDKit": [
112         ]
113       }
114     },
115     {
116       "name": "StackNASTKit",
117       "vendored_frameworks": "StackNASTKit.xcframework",
118       "dependencies": {
119         "StackIAB/StackVASTKit": [
121         ]
122       }
123     }
124   ],
125   "swift_version": "5.1"