[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / b / a / KKGoogleAnalytics / 0.1.0 / KKGoogleAnalytics.podspec.json
blob978fa01cc96913e7cf9b14fe8075861da5d9a97f
2   "name": "KKGoogleAnalytics",
3   "version": "0.1.0",
4   "summary": "Another Google Analytics library for Mac OS X.",
5   "description": "Just another Google Analytics library for Mac OS\nX. The interface of the library is much like\nGoogle's official SDK for iOS, it helps you to do\nanalytics for not only page views but also app\nviews and so on.",
6   "homepage": "https://github.com/zonble/KKGoogleAnalytics",
7   "license": "MIT",
8   "authors": {
9     "zonble": "zonble@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/zonble",
12   "platforms": {
13     "osx": "10.10",
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/zonble/KKGoogleAnalytics.git",
18     "tag": "0.1.0"
19   },
20   "source_files": [
21     "Classes",
22     "Classes/**/*.{h,m}"
23   ],
24   "exclude_files": "Classes/Exclude",
25   "resources": "Resources/GoogleAnalytics.xcdatamodeld",
26   "requires_arc": true,
27   "frameworks": [
28     "CoreData"
29   ]