blob: 9e7f2f70c1a91a2b406a02f9e26e111cec97de1b [file] [log] [blame]
{
"name": "Google-Analytics-for-OS-X",
"version": "1.0",
"summary": "Google Analytics SDK for OS X.",
"description": "This is an Objective-C wrapper around Google's Measurement Protocol",
"homepage": "https://github.com/MacPaw/Google-Analytics-for-OS-X",
"screenshots": "http://raw.githubusercontent.com/MacPaw/Google-Analytics-for-OS-X/master/screenshot.png",
"license": "MIT",
"authors": {
"Denys Stas": "zyafa@macpaw.com"
},
"source": {
"git": "https://github.com/MacPaw/Google-Analytics-for-OS-X.git",
"tag": "1.0"
},
"social_media_url": "https://twitter.com/MacPaw",
"platforms": {
"osx": "10.9"
},
"requires_arc": true,
"source_files": "GoogleAnalyticsTracker/**/*.{h,m}",
"resources": "GoogleAnalyticsTracker/**/*.xib",
"public_header_files": "GoogleAnalyticsTracker/**/*.h",
"module_name": "GoogleAnalyticsTracker",
"header_dir": "GoogleAnalyticsTracker"
}