blob: 1f7f0e4cf432174682f1e99ecdb3281577eee369 [file] [log] [blame]
{
"name": "Mixpanel",
"version": "2.0.2",
"license": "Apache License",
"summary": "iPhone tracking library for Mixpanel Analytics.",
"homepage": "http://mixpanel.com",
"authors": {
"Mixpanel": "support@mixpanel.com"
},
"source": {
"git": "https://github.com/mixpanel/mixpanel-iphone.git",
"tag": "v2.0.2"
},
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"CoreTelephony",
"AdSupport"
],
"platforms": {
"ios": "4.3"
},
"source_files": "Mixpanel/**/*.{m,h}",
"private_header_files": "Mixpanel/Library/**/*.h",
"requires_arc": false
}