blob: 80698324a8b0952e740ea08244ac4f767e5c79fc [file] [log] [blame]
{
"name": "Mixpanel",
"version": "2.4.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.4.1"
},
"source_files": "Mixpanel/**/*.{m,h}",
"private_header_files": "Mixpanel/Library/**/*.h",
"resources": [
"Mixpanel/**/*.{png,storyboard}"
],
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"CoreTelephony",
"Accelerate",
"CoreGraphics",
"QuartzCore"
],
"requires_arc": true
}