[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 1 / 6 / 3 / BDMIABAdapter / 1.7.3.2 / BDMIABAdapter.podspec.json
blob2ee90b760e8c536af4b44aa0831596168b4b5075
2   "name": "BDMIABAdapter",
3   "version": "1.7.3.2",
4   "summary": "Bidmachine adapter for IAB",
5   "description": "Appodeal’s supply-side platform is designed and built by veteran publishers,for publishers. Appodeal is not an ad network; it is a new approach to monetizing for publishers.\nThe platform is a large auction house, accompanied by a mediation layer, that exposes a publisher’s inventory to all available buyers on the market via relationships with every major ad network, RTB exchange, and DSP. Appodeal showcases publisher inventory to the advertiser, and offers the highest rate in real time.\nAppodeal's goal is to cater to the needs of the publisher, not the advertiser, so you always know that you're in good hands.",
6   "homepage": "https://bidmachine.io",
7   "license": {
8     "type": "GPL 3.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Stack": "https://explorestack.com/bidmachine/"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/bidmachine/BidMachine-iOS-Adaptors.git",
19     "tag": "vBDMIABAdapter-1.7.3.2"
20   },
21   "swift_versions": [
22     "4.0",
23     "4.2",
24     "5.0"
25   ],
26   "default_subspecs": "IAB",
27   "static_framework": true,
28   "pod_target_xcconfig": {
29     "VALID_ARCHS": "arm64 armv7 armv7s x86_64",
30     "VALID_ARCHS[sdk=iphoneos*]": "arm64 armv7 armv7s",
31     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64"
32   },
33   "user_target_xcconfig": {
34     "VALID_ARCHS": "arm64 armv7 armv7s x86_64",
35     "VALID_ARCHS[sdk=iphoneos*]": "arm64 armv7 armv7s",
36     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64"
37   },
38   "subspecs": [
39     {
40       "name": "IAB",
41       "dependencies": {
42         "BDMIABAdapter/MRAID": [
44         ],
45         "BDMIABAdapter/VAST": [
47         ],
48         "BDMIABAdapter/NAST": [
50         ]
51       }
52     },
53     {
54       "name": "MRAID",
55       "dependencies": {
56         "BidMachine": [
57           "~> 1.7.3.0"
58         ],
59         "StackIAB/StackMRAIDKit": [
60           "~> 1.4.0"
61         ]
62       },
63       "source_files": [
64         "BDMIABAdapter/BDMMRAIDAdapter/*.{h,m}"
65       ]
66     },
67     {
68       "name": "VAST",
69       "dependencies": {
70         "BidMachine": [
71           "~> 1.7.3.0"
72         ],
73         "StackIAB/StackVASTKit": [
74           "~> 1.4.0"
75         ]
76       },
77       "source_files": [
78         "BDMIABAdapter/BDMVASTAdapter/*.{h,m}"
79       ]
80     },
81     {
82       "name": "NAST",
83       "dependencies": {
84         "BidMachine": [
85           "~> 1.7.3.0"
86         ],
87         "StackIAB/StackNASTKit": [
88           "~> 1.4.0"
89         ],
90         "StackIAB/StackRichMedia": [
91           "~> 1.4.0"
92         ]
93       },
94       "source_files": [
95         "BDMIABAdapter/BDMNASTAdapter/*.{h,m}"
96       ]
97     }
98   ],
99   "swift_version": "5.0"