blob: 620e2218f37b4d026e32628bdce003e91cd1fbfc [file] [log] [blame]
{
"name": "GRKAnalytics",
"version": "4.0",
"summary": "A lightweight abstraction for underlying analytics providers.",
"homepage": "https://github.com/levigroker/GRKAnalytics",
"license": "Creative Commons Attribution 4.0 International License",
"authors": {
"Levi Brown": "levigroker@gmail.com"
},
"social_media_url": "https://twitter.com/levigroker",
"source": {
"git": "https://github.com/levigroker/GRKAnalytics.git",
"tag": "4.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.12"
},
"frameworks": "Foundation",
"source_files": [
"GRKAnalytics/*.{h,m}"
],
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "GRK_ANALYTICS_ENABLED=1"
},
"description": "GRKAnalytics is a lightweight abstraction allowing for the agnostic use of multiple and varying analytics providers. Supported providers: Fabric, GoogleAnalytics and Firebase."
}