[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / b / f / StackIAB / 1.7.3 / StackIAB.podspec.json
blob1889204f1326b54cc5af2faac6616f25964bab53
2   "name": "StackIAB",
3   "version": "1.7.3",
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.3/StackIAB.zip"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "dependencies": {
21     "StackModules": [
22       "~> 1.2.1"
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[sdk=iphoneos*]": "arm64 armv7",
34     "VALID_ARCHS[sdk=iphonesimulator*]": "arm64 x86_64"
35   },
36   "user_target_xcconfig": {
37     "OTHER_LDFLAGS": "-ObjC"
38   },
39   "subspecs": [
40     {
41       "name": "StackXML",
42       "vendored_frameworks": "StackXML.xcframework",
43       "libraries": "xml2"
44     },
45     {
46       "name": "StackIABAssets",
47       "vendored_frameworks": "StackIABAssets.xcframework"
48     },
49     {
50       "name": "StackOpenMeasure",
51       "vendored_frameworks": "StackOpenMeasure.xcframework",
52       "dependencies": {
53         "OMSDK_Appodeal": [
54           "~> 1.3.27"
55         ]
56       }
57     },
58     {
59       "name": "StackMRAIDKit",
60       "vendored_frameworks": "StackMRAIDKit.xcframework",
61       "frameworks": "WebKit",
62       "dependencies": {
63         "StackIAB/StackIABAssets": [
65         ],
66         "StackIAB/StackOpenMeasure": [
68         ]
69       }
70     },
71     {
72       "name": "StackVideoPlayer",
73       "vendored_frameworks": "StackVideoPlayer.xcframework",
74       "frameworks": "AVFoundation"
75     },
76     {
77       "name": "StackRichMedia",
78       "vendored_frameworks": "StackRichMedia.xcframework",
79       "dependencies": {
80         "StackIAB/StackVASTAssets": [
82         ],
83         "StackIAB/StackVideoPlayer": [
85         ],
86         "StackIAB/StackIABAssets": [
88         ]
89       }
90     },
91     {
92       "name": "StackVASTAssets",
93       "vendored_frameworks": "StackVASTAssets.xcframework",
94       "dependencies": {
95         "StackIAB/StackXML": [
97         ],
98         "StackIAB/StackIABAssets": [
100         ]
101       }
102     },
103     {
104       "name": "StackVASTKit",
105       "vendored_frameworks": "StackVASTKit.xcframework",
106       "dependencies": {
107         "StackIAB/StackVASTAssets": [
109         ],
110         "StackIAB/StackVideoPlayer": [
112         ],
113         "StackIAB/StackMRAIDKit": [
115         ]
116       }
117     },
118     {
119       "name": "StackNASTKit",
120       "vendored_frameworks": "StackNASTKit.xcframework",
121       "dependencies": {
122         "StackIAB/StackVASTKit": [
124         ]
125       }
126     }
127   ],
128   "swift_version": "5.0"