[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 3 / f / NAMSDK / 6.1.0 / NAMSDK.podspec.json
blob5f5e33d6f3e8b1a934688c446449f17f51b29dc8
2   "name": "NAMSDK",
3   "version": "6.1.0",
4   "summary": "Naver Mobile Ads Mediation SDK",
5   "description": "NAM wiil find the best available ad network to fill your ad slots.",
6   "homepage": "https://github.com/naver/nam-sdk-ios",
7   "license": {
8     "type": "Naver",
9     "text": "Copyright 2022 NAVER Corp."
10   },
11   "authors": {
12     "Sanghun.han": "sanghun.han@navercorp.com",
13     "Sodam.kim": "sodam.k@navercorp.com",
14     "Dojin.park": "dojin.park@navercorp.com"
15   },
16   "platforms": {
17     "ios": "11.0"
18   },
19   "source": {
20     "git": "https://github.com/naver/nam-sdk-ios",
21     "tag": "6.1.0"
22   },
23   "default_subspecs": "GFPSDK",
24   "frameworks": [
25     "UIKit",
26     "Foundation",
27     "QuartzCore",
28     "AdSupport",
29     "AVFoundation",
30     "AVKit",
31     "MobileCoreServices",
32     "SystemConfiguration",
33     "WebKit",
34     "CoreLocation"
35   ],
36   "requires_arc": true,
37   "static_framework": true,
38   "swift_versions": [
39     "5.0"
40   ],
41   "pod_target_xcconfig": {
42     "OTHER_LDFLAGS": "-ObjC"
43   },
44   "subspecs": [
45     {
46       "name": "GFPSDK",
47       "vendored_frameworks": [
48         "NAMSDK/xcframework/GFPSDK.xcframework",
49         "NAMSDK/xcframework/libraries/OMSDK_Navercorp.xcframework"
50       ],
51       "dependencies": {
52         "KissXML": [
53           "~> 5.2"
54         ],
55         "Naver-Ads-Services": [
56           "~> 1.0.0"
57         ]
58       },
59       "resources": [
60         "NAMSDK/ResourceBundle/GFPSDKResource.bundle"
61       ]
62     },
63     {
64       "name": "MediationDFP",
65       "vendored_frameworks": "NAMSDK/xcframework/GFPSDKMediationDFP.xcframework",
66       "dependencies": {
67         "NAMSDK/GFPSDK": [
69         ],
70         "Google-Mobile-Ads-SDK": [
71           "10.1.0"
72         ]
73       }
74     },
75     {
76       "name": "MediationNDA",
77       "vendored_frameworks": "NAMSDK/xcframework/GFPSDKMediationNDA.xcframework",
78       "dependencies": {
79         "NAMSDK/GFPSDK": [
81         ]
82       },
83       "resources": [
84         "NAMSDK/ResourceBundle/GFPNDAMraidResource.bundle",
85         "NAMSDK/ResourceBundle/GFPNDANativeResource.bundle"
86       ]
87     },
88     {
89       "name": "MediationNDAVideo",
90       "vendored_frameworks": "NAMSDK/xcframework/GFPSDKMediationNDAVideo.xcframework",
91       "resources": [
92         "NAMSDK/ResourceBundle/GFPNDAVideoResource.bundle"
93       ],
94       "dependencies": {
95         "NAMSDK/GFPSDK": [
97         ]
98       }
99     },
100     {
101       "name": "MediationFAN",
102       "vendored_frameworks": "NAMSDK/xcframework/GFPSDKMediationFAN.xcframework",
103       "dependencies": {
104         "NAMSDK/GFPSDK": [
106         ],
107         "FBAudienceNetwork": [
108           "6.12.0"
109         ]
110       }
111     },
112     {
113       "name": "MediationInMobi",
114       "vendored_frameworks": "NAMSDK/xcframework/GFPSDKMediationInMobi.xcframework",
115       "dependencies": {
116         "NAMSDK/GFPSDK": [
118         ],
119         "InMobiSDK": [
120           "10.1.2"
121         ]
122       }
123     },
124     {
125       "name": "MediationUnity",
126       "vendored_frameworks": "NAMSDK/xcframework/GFPSDKMediationUnity.xcframework",
127       "dependencies": {
128         "NAMSDK/GFPSDK": [
130         ],
131         "UnityAds": [
132           "4.6.1"
133         ]
134       }
135     },
136     {
137       "name": "MediationAppLovin",
138       "vendored_frameworks": "NAMSDK/xcframework/GFPSDKMediationAppLovin.xcframework",
139       "resources": [
140         "NAMSDK/ResourceBundle/GFPAppLovinResource.bundle"
141       ],
142       "dependencies": {
143         "NAMSDK/GFPSDK": [
145         ],
146         "AppLovinSDK": [
147           "11.7.1"
148         ]
149       }
150     },
151     {
152       "name": "MediationVungle",
153       "vendored_frameworks": "NAMSDK/xcframework/GFPSDKMediationVungle.xcframework",
154       "dependencies": {
155         "NAMSDK/GFPSDK": [
157         ],
158         "VungleSDK-iOS": [
159           "6.12.3"
160         ]
161       }
162     }
163   ],
164   "swift_version": "5.0"