[Add] BUAdTestMeasurement-Beta 6.6.0.7
[CocoaPods.git] / Specs / 1 / f / 9 / KochavaConsentiOS / 4.6.1 / KochavaConsentiOS.podspec.json
blobf2f72c3da84698060e2f686ce7354c0cd9ae7e00
2   "name": "KochavaConsentiOS",
3   "version": "4.6.1",
4   "summary": "The KochavaConsent module of the Kochava iOS SDK.",
5   "description": "The KochavaConsent module provides consent management.  This includes support for GDPR, CCPA, and other consumer privacy laws.",
6   "homepage": "http://www.kochava.com",
7   "license": {
8     "type": "Commercial",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kochava": "support@kochava.com"
13   },
14   "source": {
15     "git": "https://github.com/Kochava/kochava-consent-ios-cocoapod.git",
16     "tag": "4.6.1"
17   },
18   "platforms": {
19     "ios": "10.3"
20   },
21   "source_files": "KochavaConsentiOS/Classes/**/*",
22   "resources": [
23     "KochavaConsentiOS/Assets/**/*.{xib}"
24   ],
25   "public_header_files": "KochavaConsentiOS/Classes/**/*.h",
26   "frameworks": [
27     "Foundation",
28     "UIKit"
29   ],
30   "dependencies": {
31     "KochavaUIiOS": [
32       "~> 4.6.1"
33     ]
34   },
35   "vendored_libraries": "KochavaConsentiOS/Libraries/libKochavaConsentiOS.a",
36   "preserve_paths": "KochavaConsentiOS/Libraries/libKochavaConsentiOS.a",
37   "swift_versions": "5.0",
38   "pod_target_xcconfig": {
39     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
40   },
41   "user_target_xcconfig": {
42     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
43   },
44   "deprecated": true,
45   "swift_version": "5.0"