[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 6 / 3 / Google-Analytics-for-OS-X-and-iOS / 1.1.1 / Google-Analytics-for-OS-X-and-iOS.podspec.json
blobf8bb683b938a08e2c53a0b3bf9ecc58355c6775b
2   "name": "Google-Analytics-for-OS-X-and-iOS",
3   "version": "1.1.1",
4   "summary": "Google Analytics SDK for OS X and iOS",
5   "description": "This is an Objective-C wrapper around Google's Measurement Protocol",
6   "homepage": "https://github.com/Splendent/Google-Analytics-for-OS-X",
7   "screenshots": "http://raw.githubusercontent.com/MacPaw/Google-Analytics-for-OS-X/master/screenshot.png",
8   "license": "MIT",
9   "authors": {
10     "Denys Stas": "zyafa@macpaw.com",
11     "Brandon Wang": "Matsurika@hotmail.com.tw"
12   },
13   "source": {
14     "git": "https://github.com/Splendent/Google-Analytics-for-OS-X.git",
15     "tag": "1.1.1"
16   },
17   "social_media_url": "https://twitter.com/MacPaw",
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.9"
21   },
22   "requires_arc": true,
23   "source_files": "GoogleAnalyticsTracker/*.{h,m,xib}",
24   "osx": {
25     "source_files": "GoogleAnalyticsTracker/osx/*.{h,m,xib}"
26   },
27   "ios": {
28     "source_files": "GoogleAnalyticsTracker/ios/*.{h,m,xib}"
29   },
30   "module_name": "GoogleAnalyticsTracker",
31   "header_dir": "GoogleAnalyticsTracker"