blob: 36bc326802b19d5d44990ee42cf18a6fffce8b92 [file] [log] [blame]
{
"name": "Mixpanel-OSX-Unofficial",
"version": "1.0",
"summary": "Unofficial Mixpanel API client for OS X.",
"description": " This is an unofficial Mixpanel Analytics API client for OS X. Supports tracking events, people, and push notifications.\n",
"homepage": "http://mixpanel.com",
"license": "Apache License, Version 2.0",
"authors": {
"Mixpanel": "support@mixpanel.com",
"codynhat": "cody@hatfieldworks.com"
},
"social_media_url": "http://twitter.com/codynhat",
"platforms": {
"osx": "10.7"
},
"source": {
"git": "https://github.com/codynhat/mixpanel-osx-unofficial.git",
"tag": "v1.0"
},
"source_files": "Mixpanel/**/*.{m,h}",
"frameworks": [
"Cocoa",
"Foundation",
"SystemConfiguration"
],
"requires_arc": true
}