blob: d5533c80683ca2388e91926d0f32eab9eb48489a [file] [log] [blame]
{
"name": "Mixpanel",
"version": "2.6.1",
"summary": "iPhone tracking library for Mixpanel Analytics",
"homepage": "https://mixpanel.com",
"license": "Apache License, Version 2.0",
"authors": {
"Mixpanel, Inc": "support@mixpanel.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/mixpanel/mixpanel-iphone.git",
"tag": "v2.6.1"
},
"source_files": "Mixpanel/**/*.{m,h}",
"private_header_files": "Mixpanel/Library/**/*.h",
"resources": [
"Mixpanel/**/*.{png,storyboard}"
],
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"CoreTelephony",
"Accelerate",
"CoreGraphics",
"QuartzCore"
],
"libraries": [
"icucore",
"MPCategoryHelpers"
],
"requires_arc": true,
"subspecs": [
{
"name": "MPCategoryHelpers",
"preserve_paths": "Mixpanel/MPCategoryHelpers.h",
"vendored_libraries": "Mixpanel/libMPCategoryHelpers.a",
"libraries": "MPCategoryHelpers"
}
]
}