blob: 4dee12d857f5a76a1ea749864696d2af7fecc87a [file] [log] [blame]
{
"name": "TealK",
"module_name": "TealK",
"version": "1.0.1",
"summary": "XXXXX and XXXXX integration",
"description": "XXXXX's integration with XXXXX for iOS.",
"homepage": "https://github.com/cschelly/t-k",
"license": {
"type": "Commercial",
"file": "LICENSE.txt"
},
"authors": {
"cschelly": "professorschelly@gmail.com"
},
"social_media_url": "https://twitter.com/xtinaschelly",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/cschelly/t-k.git",
"tag": "1.0.1"
},
"ios": {
"source_files": [
"Sources/*.{swift}",
"Sources/TealK.h"
],
"dependencies": {
"tealium-swift/Core": [
],
"tealium-swift/TealiumRemoteCommands": [
],
"tealium-swift/TealiumDelegate": [
],
"tealium-swift/TealiumTagManagement": [
],
"tealium-swift/TealiumVolatileData": [
],
"KochavaTrackeriOS": [
]
},
"pod_target_xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/KochavaTrackeriOS/**",
"OTHER_LDFLAGS": "$(inherited) -l\"KochavaTrackeriOS\"",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
},
"static_framework": true,
"swift_version": "5.0"
}