blob: 124e65596228f7cebb06ea39e7cd2db6998140de [file] [log] [blame]
{
"name": "GoogleAnalyticsHelper",
"version": "0.3.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.3.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": [
"~> 1.0.0"
],
"GBDeviceInfo": [
"~> 3.2.0"
]
}
}