blob: 86c9dc91868e22215da7a66b8c2a0ceb046d882e [file] [log] [blame]
{
"name": "GoogleAnalyticsSDKForOSX",
"version": "1.0.0",
"summary": "Track usage of OS X applications",
"description": " This unofficial SDK allows you to track usage of your OS X applications. \n Google built an Analytics SDK for iOS and Android but hasn't yet built one for desktop apps. \n As far as I can tell, we are not violating [Google's Terms of Service](http://www.google.com/analytics/terms/us.html).\n",
"homepage": "https://github.com/noahsw/google-analytics-sdk-for-osx",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Noah Spitzer-Williams": "noah@spitzer-williams.com"
},
"platforms": {
"osx": null
},
"source": {
"git": "https://github.com/noahsw/google-analytics-sdk-for-osx.git",
"tag": "v1.0.0"
},
"source_files": "Google Analytics SDK for OSX/Classes/*.{h,m}",
"frameworks": "Cocoa",
"requires_arc": true,
"dependencies": {
"CocoaLumberjack": [
]
}
}