[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 1 / e / GoogleAnalyticsSDKForOSX / 1.0.0 / GoogleAnalyticsSDKForOSX.podspec.json
blob86c9dc91868e22215da7a66b8c2a0ceb046d882e
2   "name": "GoogleAnalyticsSDKForOSX",
3   "version": "1.0.0",
4   "summary": "Track usage of OS X applications",
5   "description": "                   This unofficial SDK allows you to track usage of your OS X applications. \n                   Google built an Analytics SDK for iOS and Android but hasn't yet built one for desktop apps. \n                   As far as I can tell, we are not violating [Google's Terms of Service](http://www.google.com/analytics/terms/us.html).\n",
6   "homepage": "https://github.com/noahsw/google-analytics-sdk-for-osx",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Noah Spitzer-Williams": "noah@spitzer-williams.com"
13   },
14   "platforms": {
15     "osx": null
16   },
17   "source": {
18     "git": "https://github.com/noahsw/google-analytics-sdk-for-osx.git",
19     "tag": "v1.0.0"
20   },
21   "source_files": "Google Analytics SDK for OSX/Classes/*.{h,m}",
22   "frameworks": "Cocoa",
23   "requires_arc": true,
24   "dependencies": {
25     "CocoaLumberjack": [
27     ]
28   }