blob: 56d66d545ae71a239100b479b1d3c0262d8dc50c [file] [log] [blame]
{
"name": "Mixpanel-AppExtension",
"version": "3.1.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.1.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": [
"Mixpanel/Mixpanel.{m,h}",
"Mixpanel/MixpanelPrivate.h",
"Mixpanel/MixpanelPeople.{h,m}",
"Mixpanel/MixpanelPeoplePrivate.h",
"Mixpanel/MPNetwork.{h,m}",
"Mixpanel/MPNetworkPrivate.h",
"Mixpanel/MPLogger.h",
"Mixpanel/MPFoundation.h",
"Mixpanel/Mixpanel+AutomaticEvents.h",
"Mixpanel/AutomaticEventsConstants.h"
],
"private_header_files": [
"Mixpanel/MixpanelPrivate.h",
"Mixpanel/MixpanelPeoplePrivate.h",
"Mixpanel/MPNetworkPrivate.h",
"Mixpanel/MPLogger.h"
],
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) MIXPANEL_APP_EXTENSION"
},
"frameworks": [
"UIKit",
"Foundation",
"Accelerate",
"CoreGraphics",
"QuartzCore"
],
"libraries": "icucore"
}