blob: ba443f5d414e94bed1813fb89098dd9126e44779 [file] [log] [blame]
{
"name": "mParticle-Localytics",
"version": "7.10.1",
"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": "7.10.1"
},
"social_media_url": "https://twitter.com/mparticle",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"ios": {
"source_files": "mParticle-Localytics/*.{h,m,mm}",
"dependencies": {
"mParticle-Apple-SDK/mParticle": [
"~> 7.10.0"
],
"Localytics": [
"~> 5.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\""
}
},
"frameworks": [
"SystemConfiguration",
"CoreLocation",
"AdSupport"
],
"libraries": [
"z",
"sqlite3"
],
"tvos": {
"source_files": "mParticle-Localytics/*.{h,m,mm}",
"dependencies": {
"mParticle-Apple-SDK/mParticle": [
"~> 7.10.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\""
}
}
}