[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 3 / f / NAMSDK / 5.1.0 / NAMSDK.podspec.json
blobb005220cad6c6cbeb5ee631e18d537e9330858df
2   "name": "NAMSDK",
3   "version": "5.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": "5.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       },
56       "resources": [
57         "NAMSDK/ResourceBundle/GFPSDKResource.bundle"
58       ]
59     },
60     {
61       "name": "MediationDFP",
62       "vendored_frameworks": "NAMSDK/xcframework/GFPSDKMediationDFP.xcframework",
63       "dependencies": {
64         "NAMSDK/GFPSDK": [
66         ],
67         "Google-Mobile-Ads-SDK": [
68           "9.13.0"
69         ]
70       }
71     },
72     {
73       "name": "MediationNDA",
74       "vendored_frameworks": "NAMSDK/xcframework/GFPSDKMediationNDA.xcframework",
75       "dependencies": {
76         "NAMSDK/GFPSDK": [
78         ]
79       },
80       "resources": [
81         "NAMSDK/ResourceBundle/GFPNDAMraidResource.bundle",
82         "NAMSDK/ResourceBundle/GFPNDANativeResource.bundle"
83       ]
84     },
85     {
86       "name": "MediationFAN",
87       "vendored_frameworks": "NAMSDK/xcframework/GFPSDKMediationFAN.xcframework",
88       "dependencies": {
89         "NAMSDK/GFPSDK": [
91         ],
92         "FBAudienceNetwork": [
93           "6.12.0"
94         ]
95       }
96     },
97     {
98       "name": "MediationInMobi",
99       "vendored_frameworks": "NAMSDK/xcframework/GFPSDKMediationInMobi.xcframework",
100       "dependencies": {
101         "NAMSDK/GFPSDK": [
103         ],
104         "InMobiSDK": [
105           "10.0.8"
106         ]
107       }
108     },
109     {
110       "name": "MediationUnity",
111       "vendored_frameworks": "NAMSDK/xcframework/GFPSDKMediationUnity.xcframework",
112       "dependencies": {
113         "NAMSDK/GFPSDK": [
115         ],
116         "UnityAds": [
117           "4.4.1"
118         ]
119       }
120     },
121     {
122       "name": "MediationAppLovin",
123       "vendored_frameworks": "NAMSDK/xcframework/GFPSDKMediationAppLovin.xcframework",
124       "resources": [
125         "NAMSDK/ResourceBundle/GFPAppLovinResource.bundle"
126       ],
127       "dependencies": {
128         "NAMSDK/GFPSDK": [
130         ],
131         "AppLovinSDK": [
132           "11.5.5"
133         ]
134       }
135     }
136   ],
137   "swift_version": "5.0"