[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 5 / e / 0 / GRKAnalytics / 4.0 / GRKAnalytics.podspec.json
blob620e2218f37b4d026e32628bdce003e91cd1fbfc
2   "name": "GRKAnalytics",
3   "version": "4.0",
4   "summary": "A lightweight abstraction for underlying analytics providers.",
5   "homepage": "https://github.com/levigroker/GRKAnalytics",
6   "license": "Creative Commons Attribution 4.0 International License",
7   "authors": {
8     "Levi Brown": "levigroker@gmail.com"
9   },
10   "social_media_url": "https://twitter.com/levigroker",
11   "source": {
12     "git": "https://github.com/levigroker/GRKAnalytics.git",
13     "tag": "4.0"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.12"
18   },
19   "frameworks": "Foundation",
20   "source_files": [
21     "GRKAnalytics/*.{h,m}"
22   ],
23   "user_target_xcconfig": {
24     "GCC_PREPROCESSOR_DEFINITIONS": "GRK_ANALYTICS_ENABLED=1"
25   },
26   "description": "GRKAnalytics is a lightweight abstraction allowing for the agnostic use of multiple and varying analytics providers. Supported providers: Fabric, GoogleAnalytics and Firebase."