[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 3 / f / NAMSDK / 0.0.5 / NAMSDK.podspec.json
blob9fe522438973fbd58bd3a86aeb7bcd5c2a7cde21
2   "name": "NAMSDK",
3   "version": "0.0.5",
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": "0.0.5"
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": "NAMSDK/xcframework/GFPSDK.xcframework",
45       "dependencies": {
46         "KissXML": [
47           "~> 5.2"
48         ]
49       },
50       "resources": [
51         "NAMSDK/ResourceBundle/GFPSDKResource.bundle"
52       ]
53     },
54     {
55       "name": "GFPSDKInternal",
56       "vendored_frameworks": "NAMSDK/xcframework/GFPSDKInternal.xcframework",
57       "dependencies": {
58         "NAMSDK/GFPSDK": [
60         ]
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           "8.12.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": "MediationFAN",
90       "vendored_frameworks": "NAMSDK/xcframework/GFPSDKMediationFAN.xcframework",
91       "dependencies": {
92         "NAMSDK/GFPSDK": [
94         ],
95         "FBAudienceNetwork": [
96           "6.9.0"
97         ]
98       }
99     },
100     {
101       "name": "MediationInMobi",
102       "vendored_frameworks": "NAMSDK/xcframework/GFPSDKMediationInMobi.xcframework",
103       "dependencies": {
104         "NAMSDK/GFPSDK": [
106         ],
107         "InMobiSDK": [
108           "10.0.1"
109         ]
110       }
111     },
112     {
113       "name": "MediationUnity",
114       "vendored_frameworks": "NAMSDK/xcframework/GFPSDKMediationUnity.xcframework",
115       "dependencies": {
116         "NAMSDK/GFPSDK": [
118         ],
119         "UnityAds": [
120           "4.0.0"
121         ]
122       }
123     }
124   ],
125   "swift_version": "5.0"