blob: 8a6af5da9e7dc205f9f64faf12a774dc1b238c8a [file] [log] [blame]
{
"name": "GRKAnalytics",
"version": "3.2",
"summary": "A lightweight abstraction for underlying analytics providers.",
"homepage": "https://github.com/levigroker/GRKAnalytics",
"license": "Creative Commons Attribution 3.0 Unported License",
"authors": {
"Levi Brown": "levigroker@gmail.com"
},
"social_media_url": "https://twitter.com/levigroker",
"source": {
"git": "https://github.com/levigroker/GRKAnalytics.git",
"tag": "3.2"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"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."
}