blob: d7300d166970a3b214962dd9093bbbe24798c531 [file] [log] [blame]
{
"name": "GoogleAnalyticsHelper",
"version": "0.4.0",
"summary": "A simple wrapper for the official Google Analytics lib.",
"description": "A simple wrapper for the official Google Analytics lib. Write less code.",
"homepage": "https://github.com/permagnus/GoogleAnalyticsHelper",
"license": "MIT",
"authors": {
"Magnus Ottosson": "magnus@nixonnixon.se"
},
"source": {
"git": "https://github.com/permagnus/GoogleAnalyticsHelper.git",
"tag": "0.4.0"
},
"social_media_url": "https://twitter.com/permagnus",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "GAH/**/*",
"public_header_files": "GAH/**/*.h",
"dependencies": {
"Google/Analytics": [
"~> 3.0.3"
],
"GBDeviceInfo": [
"~> 4.1.0"
]
}
}