[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / d / b / f / StackIAB / 1.7.0 / StackIAB.podspec.json
blobf8d4cfeab31c3816a3e777aaad7fc60537c724a8
2   "name": "StackIAB",
3   "version": "1.7.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.7.0/StackIAB.zip"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "dependencies": {
21     "StackModules": [
22       "~> 1.2.0"
23     ]
24   },
25   "source_files": "Dummy.swift",
26   "swift_versions": [
27     "4.0",
28     "4.2",
29     "5.0"
30   ],
31   "static_framework": true,
32   "pod_target_xcconfig": {
33     "VALID_ARCHS": "arm64 armv7 armv7s x86_64",
34     "VALID_ARCHS[sdk=iphoneos*]": "arm64 armv7 armv7s",
35     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64",
36     "OTHER_LDFLAGS": "-lObjC"
37   },
38   "user_target_xcconfig": {
39     "VALID_ARCHS": "arm64 armv7 armv7s x86_64",
40     "VALID_ARCHS[sdk=iphoneos*]": "arm64 armv7 armv7s",
41     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64",
42     "OTHER_LDFLAGS": "-lObjC"
43   },
44   "subspecs": [
45     {
46       "name": "StackXML",
47       "vendored_frameworks": "StackXML.xcframework",
48       "libraries": "xml2"
49     },
50     {
51       "name": "StackIABAssets",
52       "vendored_frameworks": "StackIABAssets.xcframework"
53     },
54     {
55       "name": "StackOpenMeasure",
56       "vendored_frameworks": "StackOpenMeasure.xcframework",
57       "dependencies": {
58         "OMSDK_Appodeal": [
59           "~> 1.3.27"
60         ]
61       }
62     },
63     {
64       "name": "StackMRAIDKit",
65       "vendored_frameworks": "StackMRAIDKit.xcframework",
66       "frameworks": "WebKit",
67       "dependencies": {
68         "StackIAB/StackIABAssets": [
70         ],
71         "StackIAB/StackOpenMeasure": [
73         ]
74       }
75     },
76     {
77       "name": "StackVideoPlayer",
78       "vendored_frameworks": "StackVideoPlayer.xcframework",
79       "frameworks": "AVFoundation"
80     },
81     {
82       "name": "StackRichMedia",
83       "vendored_frameworks": "StackRichMedia.xcframework",
84       "dependencies": {
85         "StackIAB/StackVASTAssets": [
87         ],
88         "StackIAB/StackVideoPlayer": [
90         ],
91         "StackIAB/StackIABAssets": [
93         ]
94       }
95     },
96     {
97       "name": "StackVASTAssets",
98       "vendored_frameworks": "StackVASTAssets.xcframework",
99       "dependencies": {
100         "StackIAB/StackXML": [
102         ],
103         "StackIAB/StackIABAssets": [
105         ]
106       }
107     },
108     {
109       "name": "StackVASTKit",
110       "vendored_frameworks": "StackVASTKit.xcframework",
111       "dependencies": {
112         "StackIAB/StackVASTAssets": [
114         ],
115         "StackIAB/StackVideoPlayer": [
117         ],
118         "StackIAB/StackMRAIDKit": [
120         ]
121       }
122     },
123     {
124       "name": "StackNASTKit",
125       "vendored_frameworks": "StackNASTKit.xcframework",
126       "dependencies": {
127         "StackIAB/StackVASTKit": [
129         ]
130       }
131     }
132   ],
133   "swift_version": "5.0"