blob: d049f2d4553bb1997848426a1176a786bf4ca1f3 [file] [log] [blame]
{
"name": "Google-Analytics-for-OS-X-and-iOS",
"version": "1.1.2",
"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": [
"https://raw.githubusercontent.com/Splendent/Google-Analytics-for-OS-X/master/screenshot.png",
"https://raw.githubusercontent.com/Splendent/Google-Analytics-for-OS-X/master/screenshot-ios.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.2"
},
"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"
}