[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / b / 3 / f / NAMSDK / 0.0.3 / NAMSDK.podspec.json
blobdd23c54ae7b5e0c2cd163061ec7a44602e29d0cf
2   "name": "NAMSDK",
3   "version": "0.0.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": "0.0.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": "NAMSDK/xcframework/GFPSDK.xcframework",
45       "dependencies": {
46         "KissXML": [
47           "~> 5.2"
48         ]
49       }
50     },
51     {
52       "name": "MediationDFP",
53       "vendored_frameworks": "NAMSDK/xcframework/GFPSDKMediationDFP.xcframework",
54       "dependencies": {
55         "NAMSDK/GFPSDK": [
57         ],
58         "Google-Mobile-Ads-SDK": [
59           "8.12.0"
60         ]
61       }
62     },
63     {
64       "name": "MediationNDA",
65       "vendored_frameworks": "NAMSDK/xcframework/GFPSDKMediationNDA.xcframework",
66       "dependencies": {
67         "NAMSDK/GFPSDK": [
69         ]
70       },
71       "resources": [
72         "NAMSDK/ResourceBundle/GFPNDAMraidResource.bundle",
73         "NAMSDK/ResourceBundle/GFPNDANativeResource.bundle"
74       ]
75     },
76     {
77       "name": "MediationFAN",
78       "vendored_frameworks": "NAMSDK/xcframework/GFPSDKMediationFAN.xcframework",
79       "dependencies": {
80         "NAMSDK/GFPSDK": [
82         ],
83         "FBAudienceNetwork": [
84           "6.9.0"
85         ]
86       }
87     },
88     {
89       "name": "MediationInMobi",
90       "vendored_frameworks": "NAMSDK/xcframework/GFPSDKMediationInMobi.xcframework",
91       "dependencies": {
92         "NAMSDK/GFPSDK": [
94         ],
95         "InMobiSDK": [
96           "10.0.1"
97         ]
98       }
99     },
100     {
101       "name": "MediationUnity",
102       "vendored_frameworks": "NAMSDK/xcframework/GFPSDKMediationUnity.xcframework",
103       "dependencies": {
104         "NAMSDK/GFPSDK": [
106         ],
107         "UnityAds": [
108           "4.0.0"
109         ]
110       }
111     }
112   ],
113   "swift_version": "5.0"