[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 3 / f / NAMSDK / 8.0.0 / NAMSDK.podspec.json
blobe9527bb0a9aa09093c52c313aff64f5f2cb8c3de
2   "name": "NAMSDK",
3   "version": "8.0.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     "Sangeun.yoon": "sangeun.yoon@navercorp.com"
16   },
17   "platforms": {
18     "ios": "13.0"
19   },
20   "source": {
21     "git": "https://github.com/naver/nam-sdk-ios",
22     "tag": "8.0.0"
23   },
24   "default_subspecs": "GFPSDK",
25   "frameworks": [
26     "UIKit",
27     "Foundation",
28     "QuartzCore",
29     "AdSupport",
30     "AVFoundation",
31     "AVKit",
32     "MobileCoreServices",
33     "SystemConfiguration",
34     "WebKit",
35     "CoreLocation"
36   ],
37   "requires_arc": true,
38   "static_framework": true,
39   "resource_bundles": {
40     "NAMSDKResources": "NAMSDK/xcframework/GFPSDK.xcframework/ios-arm64/GFPSDK.framework/PrivacyInfo.xcprivacy"
41   },
42   "swift_versions": [
43     "5.0"
44   ],
45   "pod_target_xcconfig": {
46     "OTHER_LDFLAGS": "-ObjC",
47     "GCC_PREPROCESSOR_DEFINITIONS": "NAM=1",
48     "OTHER_SWIFT_FLAGS": "-D NAM"
49   },
50   "subspecs": [
51     {
52       "name": "GFPSDK",
53       "vendored_frameworks": [
54         "NAMSDK/xcframework/GFPSDK.xcframework",
55         "NAMSDK/xcframework/libraries/OMSDK_Navercorp.xcframework"
56       ],
57       "dependencies": {
58         "KissXML": [
59           "~> 5.2"
60         ],
61         "Naver-Ads-Services": [
62           "~> 1.0.8"
63         ]
64       },
65       "resources": [
66         "NAMSDK/ResourceBundle/GFPSDKResource.bundle"
67       ]
68     },
69     {
70       "name": "AdRenderer",
71       "vendored_frameworks": "NAMSDK/xcframework/GFPSDKAdRenderer.xcframework",
72       "resources": [
73         "NAMSDK/ResourceBundle/GFPSDKRendererResource.bundle"
74       ],
75       "dependencies": {
76         "NAMSDK/GFPSDK": [
78         ]
79       }
80     },
81     {
82       "name": "MediationNDA",
83       "vendored_frameworks": "NAMSDK/xcframework/GFPSDKMediationNDA.xcframework",
84       "dependencies": {
85         "NAMSDK/GFPSDK": [
87         ]
88       },
89       "resources": [
90         "NAMSDK/ResourceBundle/GFPNDAMraidResource.bundle",
91         "NAMSDK/ResourceBundle/GFPNDANativeResource.bundle"
92       ]
93     },
94     {
95       "name": "MediationNDAVideo",
96       "vendored_frameworks": "NAMSDK/xcframework/GFPSDKMediationNDAVideo.xcframework",
97       "resources": [
98         "NAMSDK/ResourceBundle/GFPNDAVideoResource.bundle"
99       ],
100       "dependencies": {
101         "NAMSDK/GFPSDK": [
103         ],
104         "NAMSDK/MediationNDA": [
106         ]
107       }
108     },
109     {
110       "name": "MediationNDARich",
111       "vendored_frameworks": "NAMSDK/xcframework/GFPSDKMediationNDARich.xcframework",
112       "dependencies": {
113         "NAMSDK/GFPSDK": [
115         ],
116         "NAMSDK/MediationNDA": [
118         ],
119         "NAMSDK/MediationNDAVideo": [
121         ],
122         "NAMSDK/AdRenderer": [
124         ]
125       }
126     }
127   ],
128   "swift_version": "5.0"