[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 3 / 7 / AdswizzSDKPrivacyDataKit / 1.0.0 / AdswizzSDKPrivacyDataKit.podspec.json
blob382ad56e69b8c0ebdec07467a7933f7c8c8c30cd
2   "name": "AdswizzSDKPrivacyDataKit",
3   "version": "1.0.0",
4   "summary": "Optional helper kit framework which provides transparent support for Privacy-Sensitive Data API",
5   "description": "The solution for iOS App rejection on AppStore due to lack of string description in app's Info.plist.\nCheck: https://developer.apple.com/library/archive/qa/qa1937/_index.html\nAdswizzSDKPrivacyDataCore is a helper framework for AdswizzSDK on iOS that has all the Privacy-Sensitive API required by AdswizzSDK.xcframework. \nAdswizzSDKPrivacyDataCore's purpose is to facilitate the interoperability with AdswizzSDK and to allow your app to manage sensitive APIs (such as permission APIs) without adding unwanted permission usage decription strings in the app's Info.plist manifest. \nIt is a transparent way to communicate to AdswizzSDK all your app-specific Privacy needs and constraints.",
6   "homepage": "http://adswizz.com",
7   "license": {
8     "type": "Copyright",
9     "text": "       Copyright 2024 AdsWizz, Inc. All rights reserved.\n"
10   },
11   "authors": {
12     "AdsWizz, Inc": "sdk.team@adswizz.com"
13   },
14   "platforms": {
15     "ios": "12.0"
16   },
17   "swift_versions": [
18     "5.9.2"
19   ],
20   "source": {
21     "git": "https://github.com/adswizz/ad-sdk-ios-privacydata-kit.git",
22     "tag": "1.0.0"
23   },
24   "requires_arc": true,
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "vendored_frameworks": "Framework/AdswizzSDKPrivacyDataCore.xcframework"
30     },
31     {
32       "name": "Calendar",
33       "source_files": "AdswizzSDKPrivacyDataCalendar/**/*.{swift, h}",
34       "dependencies": {
35         "AdswizzSDKPrivacyDataKit/Core": [
37         ]
38       }
39     },
40     {
41       "name": "Camera",
42       "source_files": "AdswizzSDKPrivacyDataCamera/**/*.{swift, h}",
43       "dependencies": {
44         "AdswizzSDKPrivacyDataKit/Core": [
46         ]
47       }
48     },
49     {
50       "name": "Contacts",
51       "source_files": "AdswizzSDKPrivacyDataContacts/**/*.{swift, h}",
52       "dependencies": {
53         "AdswizzSDKPrivacyDataKit/Core": [
55         ]
56       }
57     },
58     {
59       "name": "IDFA",
60       "source_files": "AdswizzSDKPrivacyDataIDFA/**/*.{swift, h}",
61       "dependencies": {
62         "AdswizzSDKPrivacyDataKit/Core": [
64         ]
65       }
66     },
67     {
68       "name": "Location",
69       "source_files": "AdswizzSDKPrivacyDataLocation/**/*.{swift, h}",
70       "dependencies": {
71         "AdswizzSDKPrivacyDataKit/Core": [
73         ]
74       }
75     },
76     {
77       "name": "Microphone",
78       "source_files": "AdswizzSDKPrivacyDataMicrophone/**/*.{swift, h}",
79       "dependencies": {
80         "AdswizzSDKPrivacyDataKit/Core": [
82         ]
83       }
84     },
85     {
86       "name": "Speech",
87       "source_files": "AdswizzSDKPrivacyDataSpeech/**/*.{swift, h}",
88       "dependencies": {
89         "AdswizzSDKPrivacyDataKit/Core": [
91         ]
92       }
93     },
94     {
95       "name": "Photos",
96       "source_files": "AdswizzSDKPrivacyDataPhotos/**/*.{swift, h}",
97       "dependencies": {
98         "AdswizzSDKPrivacyDataKit/Core": [
100         ]
101       }
102     },
103     {
104       "name": "Motion",
105       "source_files": "AdswizzSDKPrivacyDataMotion/**/*.{swift, h}",
106       "dependencies": {
107         "AdswizzSDKPrivacyDataKit/Core": [
109         ]
110       }
111     }
112   ],
113   "swift_version": "5.9.2"