blob: c964c60781b6e788fc9513561f6fd770ca2667eb [file] [log] [blame]
{
"name": "Mixpanel",
"version": "2.9.9",
"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": "v2.9.9"
},
"requires_arc": true,
"default_subspecs": "Mixpanel",
"platforms": {
"ios": "7.0",
"watchos": "2.0"
},
"subspecs": [
{
"name": "Mixpanel",
"source_files": [
"Mixpanel/**/*.{m,h}",
"Mixpanel/**/*.swift"
],
"exclude_files": [
"Mixpanel/MixpanelWatchOS.{m,h}",
"Mixpanel/Mixpanel+HostWatchOS.{m,h}"
],
"resources": [
"Mixpanel/**/*.{png,storyboard}"
],
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"CoreTelephony",
"Accelerate",
"CoreGraphics",
"QuartzCore"
],
"libraries": "icucore",
"platforms": {
"ios": "7.0"
}
},
{
"name": "MixpanelHostWatchOS",
"source_files": [
"Mixpanel/**/*.{m,h}",
"Mixpanel/**/*.swift"
],
"exclude_files": "Mixpanel/MixpanelWatchOS.{m,h}",
"resources": [
"Mixpanel/**/*.{png,storyboard}"
],
"frameworks": [
"WatchConnectivity",
"UIKit",
"Foundation",
"SystemConfiguration",
"CoreTelephony",
"Accelerate",
"CoreGraphics",
"QuartzCore"
],
"libraries": "icucore",
"platforms": {
"ios": "7.0"
}
},
{
"name": "WatchOS",
"source_files": [
"Mixpanel/MixpanelWatchOS.{m,h}",
"Mixpanel/MPLogger.h"
],
"frameworks": [
"WatchConnectivity",
"Foundation"
],
"platforms": {
"watchos": "2.0"
}
},
{
"name": "AppExtension",
"source_files": [
"Mixpanel/Mixpanel.{m,h}",
"Mixpanel/MPLogger.h",
"Mixpanel/NSData+MPBase64.{m,h}",
"Mixpanel/MPFoundation.h",
"Mixpanel/Mixpanel+AutomaticEvents.h",
"Mixpanel/AutomaticEventsConstants.h",
"Mixpanel/MPResource.{h,m}"
],
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) MIXPANEL_APP_EXTENSION"
},
"frameworks": [
"UIKit",
"Foundation",
"Accelerate",
"CoreGraphics",
"QuartzCore"
],
"libraries": "icucore",
"platforms": {
"ios": "7.0"
}
}
]
}