[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / b / f / StackIAB / 1.1.2 / StackIAB.podspec.json
blobba0cb857a432e4305e443d8fe1c1559908840721
2   "name": "StackIAB",
3   "version": "1.1.2",
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": "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   "source": {
15     "http": "https://s3-us-west-1.amazonaws.com/appodeal-ios/StackIAB/v1.1.2/StackIAB.zip"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "dependencies": {
21     "StackModules": [
22       "~> 1.0.0"
23     ]
24   },
25   "pod_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e armv7 armv7s",
27     "EXCLUDED_ARCHS[sdk=iphoneos*]": "i386 x86_64"
28   },
29   "user_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e armv7 armv7s",
31     "EXCLUDED_ARCHS[sdk=iphoneos*]": "i386 x86_64"
32   },
33   "subspecs": [
34     {
35       "name": "StackXML",
36       "vendored_frameworks": "StackXML.framework",
37       "libraries": "xml2"
38     },
39     {
40       "name": "StackMRAIDKit",
41       "vendored_frameworks": "StackMRAIDKit.framework",
42       "frameworks": "WebKit"
43     },
44     {
45       "name": "StackVideoPlayer",
46       "vendored_frameworks": "StackVideoPlayer.framework",
47       "frameworks": "AVFoundation"
48     },
49     {
50       "name": "StackRichMedia",
51       "vendored_frameworks": "StackRichMedia.framework",
52       "dependencies": {
53         "StackIAB/StackVASTAssets": [
55         ],
56         "StackIAB/StackVideoPlayer": [
58         ]
59       }
60     },
61     {
62       "name": "StackVASTAssets",
63       "vendored_frameworks": "StackVASTAssets.framework",
64       "dependencies": {
65         "StackIAB/StackXML": [
67         ]
68       }
69     },
70     {
71       "name": "StackVASTKit",
72       "vendored_frameworks": "StackVASTKit.framework",
73       "dependencies": {
74         "StackIAB/StackVASTAssets": [
76         ],
77         "StackIAB/StackVideoPlayer": [
79         ],
80         "StackIAB/StackMRAIDKit": [
82         ]
83       }
84     },
85     {
86       "name": "StackNASTKit",
87       "vendored_frameworks": "StackNASTKit.framework",
88       "dependencies": {
89         "StackIAB/StackVASTKit": [
91         ]
92       }
93     }
94   ]