blob: 2e19bf1d593712c79347075d32aa2efd65f5a78e [file] [log] [blame]
{
"name": "Mixpanel",
"version": "3.1.2",
"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.2"
},
"requires_arc": true,
"libraries": "icucore",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0",
"osx": "10.10"
},
"ios": {
"source_files": "Mixpanel/**/*.{m,h}",
"exclude_files": "Mixpanel/MixpanelWatchProperties.{m,h}",
"private_header_files": [
"Mixpanel/MixpanelPrivate.h",
"Mixpanel/MixpanelPeoplePrivate.h",
"Mixpanel/MPNetworkPrivate.h",
"Mixpanel/MPLogger.h"
],
"resources": [
"Mixpanel/**/*.{png,storyboard,xib}"
],
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"CoreTelephony",
"Accelerate",
"CoreGraphics",
"QuartzCore"
]
},
"tvos": {
"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}"
],
"private_header_files": [
"Mixpanel/MixpanelPrivate.h",
"Mixpanel/MixpanelPeoplePrivate.h",
"Mixpanel/MPNetworkPrivate.h",
"Mixpanel/MPLogger.h"
],
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) MIXPANEL_TVOS"
},
"frameworks": [
"UIKit",
"Foundation"
]
},
"watchos": {
"source_files": [
"Mixpanel/MixpanelWatchProperties.{m,h}",
"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}"
],
"private_header_files": [
"Mixpanel/MixpanelPrivate.h",
"Mixpanel/MixpanelPeoplePrivate.h",
"Mixpanel/MPNetworkPrivate.h",
"Mixpanel/MPLogger.h"
],
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) MIXPANEL_WATCHOS"
},
"frameworks": [
"WatchKit",
"Foundation"
]
},
"osx": {
"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}"
],
"private_header_files": [
"Mixpanel/MixpanelPrivate.h",
"Mixpanel/MixpanelPeoplePrivate.h",
"Mixpanel/MPNetworkPrivate.h",
"Mixpanel/MPLogger.h"
],
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) MIXPANEL_MACOS"
},
"frameworks": [
"Cocoa",
"Foundation",
"IOKit"
]
}
}