[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 3 / f / NAMSDK / 4.5.3 / NAMSDK.podspec.json
blobbf956aa6e6e21fb3b8bb38a035eed5b8d641518a
2   "name": "NAMSDK",
3   "version": "4.5.3",
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": "4.5.3"
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   "subspecs": [
42     {
43       "name": "GFPSDK",
44       "vendored_frameworks": [
45         "NAMSDK/xcframework/GFPSDK.xcframework",
46         "NAMSDK/xcframework/libraries/OMSDK_Navercorp.xcframework"
47       ],
48       "dependencies": {
49         "KissXML": [
50           "~> 5.2"
51         ]
52       },
53       "resources": [
54         "NAMSDK/ResourceBundle/GFPSDKResource.bundle"
55       ]
56     },
57     {
58       "name": "MediationDFP",
59       "vendored_frameworks": "NAMSDK/xcframework/GFPSDKMediationDFP.xcframework",
60       "dependencies": {
61         "NAMSDK/GFPSDK": [
63         ],
64         "Google-Mobile-Ads-SDK": [
65           "8.12.0"
66         ]
67       }
68     },
69     {
70       "name": "MediationNDA",
71       "vendored_frameworks": "NAMSDK/xcframework/GFPSDKMediationNDA.xcframework",
72       "dependencies": {
73         "NAMSDK/GFPSDK": [
75         ]
76       },
77       "resources": [
78         "NAMSDK/ResourceBundle/GFPNDAMraidResource.bundle",
79         "NAMSDK/ResourceBundle/GFPNDANativeResource.bundle"
80       ]
81     },
82     {
83       "name": "MediationFAN",
84       "vendored_frameworks": "NAMSDK/xcframework/GFPSDKMediationFAN.xcframework",
85       "dependencies": {
86         "NAMSDK/GFPSDK": [
88         ],
89         "FBAudienceNetwork": [
90           "6.11.2"
91         ]
92       }
93     },
94     {
95       "name": "MediationInMobi",
96       "vendored_frameworks": "NAMSDK/xcframework/GFPSDKMediationInMobi.xcframework",
97       "dependencies": {
98         "NAMSDK/GFPSDK": [
100         ],
101         "InMobiSDK": [
102           "10.0.1"
103         ]
104       }
105     },
106     {
107       "name": "MediationUnity",
108       "vendored_frameworks": "NAMSDK/xcframework/GFPSDKMediationUnity.xcframework",
109       "dependencies": {
110         "NAMSDK/GFPSDK": [
112         ],
113         "UnityAds": [
114           "4.2.1"
115         ]
116       }
117     }
118   ],
119   "swift_version": "5.0"