blob: 51dc4fb7fa9b01195ed329faf29f845e36d1af8a [file] [log] [blame]
{
"name": "mParticle-Localytics",
"version": "6.15.9",
"summary": "Localytics integration for mParticle",
"description": "This is the Localytics integration for mParticle.",
"homepage": "https://www.mparticle.com",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"mParticle": "support@mparticle.com"
},
"source": {
"git": "https://github.com/mparticle-integrations/mparticle-apple-integration-localytics.git",
"tag": "6.15.9"
},
"social_media_url": "https://twitter.com/mparticles",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"ios": {
"source_files": "mParticle-Localytics/*.{h,m,mm}",
"dependencies": {
"mParticle-Apple-SDK/mParticle": [
"~> 6.15.0"
],
"Localytics": [
"~> 4.3.0"
]
},
"pod_target_xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/Localytics/**",
"FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/Localytics/**"
},
"user_target_xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -framework \"CoreLocation\""
}
},
"frameworks": [
"SystemConfiguration",
"CoreLocation",
"AdSupport"
],
"libraries": [
"z",
"sqlite3"
],
"tvos": {
"source_files": "mParticle-Localytics/*.{h,m,mm}",
"dependencies": {
"mParticle-Apple-SDK/mParticle": [
"~> 6.15.0"
],
"Localytics-tvOS": [
"1.0.2"
]
},
"pod_target_xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/Localytics/**",
"FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/Localytics/**"
},
"user_target_xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -framework \"CoreLocation\""
}
}
}