blob: c75749bd29b0aa9accabe6a61353bf0a377c9e4a [file] [log] [blame]
{
"name": "Mixpanel-AppExtension",
"version": "3.2.1",
"summary": "iPhone tracking library for Mixpanel Analytics",
"homepage": "https://mixpanel.com",
"license": "Apache License, Version 2.0",
"authors": {
"Mixpanel, Inc": "support@mixpanel.com"
},
"source": {
"git": "https://github.com/mixpanel/mixpanel-iphone.git",
"tag": "v3.2.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": [
"Mixpanel/Mixpanel.{m,h}",
"Mixpanel/MixpanelPrivate.h",
"Mixpanel/MixpanelPeople.{m,h}",
"Mixpanel/MixpanelPeoplePrivate.h",
"Mixpanel/MPNetwork.{m,h}",
"Mixpanel/MPNetworkPrivate.h",
"Mixpanel/MPLogger.h",
"Mixpanel/MPFoundation.h",
"Mixpanel/MixpanelExceptionHandler.{m,h}"
],
"public_header_files": [
"Mixpanel/Mixpanel.h",
"Mixpanel/MixpanelPeople.h"
],
"private_header_files": [
"Mixpanel/MixpanelPrivate.h",
"Mixpanel/MixpanelPeoplePrivate.h",
"Mixpanel/MPNetworkPrivate.h"
],
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) MIXPANEL_APP_EXTENSION"
},
"frameworks": [
"UIKit",
"Foundation"
],
"libraries": "icucore"
}