blob: 9cca8bb1430bb04cf780bd216567a95d30488912 [file] [log] [blame]
{
"name": "Mixpanel",
"version": "2.2.3",
"summary": "iPhone tracking library for Mixpanel Analytics",
"homepage": "http://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.2.3"
},
"source_files": "Mixpanel/**/*.{m,h}",
"private_header_files": "Mixpanel/Library/**/*.h",
"resources": [
"Mixpanel/**/*.{png,storyboard}"
],
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"CoreTelephony",
"AdSupport",
"Accelerate",
"CoreGraphics",
"QuartzCore"
],
"requires_arc": true
}