blob: f8bb683b938a08e2c53a0b3bf9ecc58355c6775b [file] [log] [blame]
{
"name": "Google-Analytics-for-OS-X-and-iOS",
"version": "1.1.1",
"summary": "Google Analytics SDK for OS X and iOS",
"description": "This is an Objective-C wrapper around Google's Measurement Protocol",
"homepage": "https://github.com/Splendent/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",
"Brandon Wang": "Matsurika@hotmail.com.tw"
},
"source": {
"git": "https://github.com/Splendent/Google-Analytics-for-OS-X.git",
"tag": "1.1.1"
},
"social_media_url": "https://twitter.com/MacPaw",
"platforms": {
"ios": "9.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "GoogleAnalyticsTracker/*.{h,m,xib}",
"osx": {
"source_files": "GoogleAnalyticsTracker/osx/*.{h,m,xib}"
},
"ios": {
"source_files": "GoogleAnalyticsTracker/ios/*.{h,m,xib}"
},
"module_name": "GoogleAnalyticsTracker",
"header_dir": "GoogleAnalyticsTracker"
}