blob: 91a0701042f19f80caca11cd36d78bd141f5e1b5 [file] [log] [blame]
{
"name": "GRKAnalytics",
"version": "3.0",
"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.0"
},
"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 and GoogleAnalytics."
}