[Add] JLBlueLink 1.0.0
[CocoaPods.git] / Specs / 8 / b / a / KKGoogleAnalytics / 0.0.1 / KKGoogleAnalytics.podspec.json
blobb78ca93a3fb7da3ae00e964254c7f20d060d3f1f
2   "name": "KKGoogleAnalytics",
3   "version": "0.0.1",
4   "summary": "A Google Analytics library for Mac OS X.",
5   "description": "                   Yet another Google Analytics library for Mac OS X. The interface\n                   of the library is much like Google's official SDK for iOS, it helps\n                   you to do analytics for not only page views but also app views and so on.\n",
6   "homepage": "https://github.com/zonble/KKGoogleAnalytics",
7   "license": "MIT",
8   "authors": {
9     "Weizhong Yang": "zonble@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/zonble",
12   "platforms": {
13     "osx": "10.7"
14   },
15   "source": {
16     "git": "https://github.com/zonble/KKGoogleAnalytics.git",
17     "tag": "0.0.1"
18   },
19   "source_files": [
20     "Classes",
21     "Classes/**/*.{h,m}"
22   ],
23   "exclude_files": "Classes/Exclude",
24   "resources": "Resources/GoogleAnalytics.xcdatamodeld",
25   "requires_arc": true