blob: 9212fa7bb3c9ccfb08843b3ece5ef40e6420d9c1 [file] [log] [blame]
{
"name": "KochavaUIiOS",
"version": "4.1.0",
"summary": "The KochavaUI module of the Kochava iOS SDK.",
"description": "The KochavaUI module of the Kochava Apple SDK provides user interface support.",
"homepage": "http://www.kochava.com",
"license": {
"type": "Commercial",
"file": "LICENSE"
},
"authors": {
"Kochava": "support@kochava.com"
},
"source": {
"git": "https://github.com/Kochava/kochava-ui-ios-cocoapod.git",
"tag": "4.1.0"
},
"platforms": {
"ios": "10.3"
},
"source_files": "KochavaUIiOS/Classes/**/*",
"resources": [
"KochavaUIiOS/Assets/**/*.{xib}"
],
"public_header_files": "KochavaUIiOS/Classes/**/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"KochavaCoreiOS": [
"~> 4.1.0"
]
},
"vendored_libraries": "KochavaUIiOS/Libraries/libKochavaUIiOS.a",
"preserve_paths": "KochavaUIiOS/Libraries/libKochavaUIiOS.a",
"swift_versions": "5.0",
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"swift_version": "5.0"
}