blob: 21ab52f4d3de79684332f02c90c6569f8144a38e [file] [log] [blame]
{
"name": "Mixpanel",
"version": "2.9.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": "v2.9.2"
},
"requires_arc": true,
"default_subspecs": "Mixpanel",
"platforms": {
"ios": "8.0",
"watchos": "2.0"
},
"subspecs": [
{
"name": "Mixpanel",
"source_files": [
"Mixpanel/**/*.{m,h}",
"Mixpanel/**/*.swift"
],
"exclude_files": "Mixpanel/MixpanelWatchOS.{m,h}",
"resources": [
"Mixpanel/**/*.{png,storyboard}"
],
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"CoreTelephony",
"Accelerate",
"CoreGraphics",
"QuartzCore"
],
"libraries": "icucore",
"platforms": {
"ios": "8.0"
}
},
{
"name": "WatchOS",
"source_files": [
"Mixpanel/MixpanelWatchOS.{m,h}",
"Mixpanel/MPLogger.h"
],
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) MIXPANEL_WATCH_EXTENSION"
},
"frameworks": [
"WatchConnectivity",
"Foundation"
],
"platforms": {
"watchos": "2.0"
}
}
]
}