blob: ecf4ed56161b0f96645e47b9c2f7e07476f96827 [file] [log] [blame]
{
"name": "SimpleCocoaAnalytics",
"version": "0.1.0",
"summary": "A simple set of classes of using Google Analytics to track your OS X app.",
"homepage": "https://github.com/stephenlind/SimpleCocoaGoogleAnalytics",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"stephenlind": ""
},
"source": {
"git": "https://github.com/stephenlind/SimpleCocoaGoogleAnalytics.git",
"tag": "0.1.0"
},
"platforms": {
"osx": null
},
"source_files": "SimpleCocoaAnalytics/Analytics*.{h,m}",
"requires_arc": true
}