-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApple-Cocoapod-KochavaUI.podspec
48 lines (38 loc) · 2.07 KB
/
Apple-Cocoapod-KochavaUI.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#
# Be sure to run `pod lib lint Apple-Cocoapod-KochavaUI.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'Apple-Cocoapod-KochavaUI'
s.version = '7.4.0'
s.summary = 'The KochavaUI module of the Kochava SDK for Apple iOS, macOS, macCatalyst, tvOS, and watchOS.'
s.description = <<-DESC
The KochavaUI module of the Kochava Apple SDK provides user interface support. This includes support or compatibility for iOS, macOS, macCatalyst, tvOS, and watchOS. Complete user interface support is provided on iOS.
DESC
s.homepage = 'https://github.com/Kochava/Apple-Cocoapod-KochavaUI'
s.license = { :type => 'Commercial', :file => 'LICENSE' }
s.author = { 'Kochava' => '[email protected]' }
s.source = { :git => 'https://github.com/Kochava/Apple-Cocoapod-KochavaUI.git', :tag => s.version.to_s }
s.ios.deployment_target = '12.4'
s.osx.deployment_target = '10.14'
s.tvos.deployment_target = '12.4'
s.watchos.deployment_target = '7.0'
# s.source_files = 'Apple-Cocoapod-KochavaUI/Classes/**/*'
# s.resources = ['Apple-Cocoapod-KochavaUI/Assets/**/*.{xib}']
# s.resource_bundles = {
# 'Apple-Cocoapod-KochavaUI' => ['Apple-Cocoapod-KochavaUI/Assets/*.xib']
# }
# s.public_header_files = 'Apple-Cocoapod-KochavaUI/Classes/**/*.h'
s.ios.frameworks = 'Foundation', 'UIKit'
s.osx.frameworks = 'Foundation', 'AppKit'
s.tvos.frameworks = 'Foundation', 'UIKit'
s.watchos.frameworks = 'Foundation', 'UIKit'
s.dependency 'Apple-Cocoapod-KochavaCore', '~> 7.4.0'
# s.platforms = { :ios => "12.4", :osx => "10.14", :tvos => "12.4", :watchos => "7.0" }
s.vendored_frameworks = 'Apple-Cocoapod-KochavaUI/Frameworks/KochavaUI.xcframework'
s.preserve_paths = 'Apple-Cocoapod-KochavaUI/Frameworks/KochavaUI.xcframework'
s.swift_versions = '5.0'
end