blob: 567795a116527d4eef91942e98064d41864a45e8 [file] [log] [blame]
{
"name": "KKSimpleAnalytics",
"version": "0.2.1",
"summary": "Google Analytics made Simple. Automatic page view tracking",
"description": " Google Analytics page tracking. \n\n * No need to use google analytics UIIviewController subclasses. Just give a name to\n * UIViewController and page view will be send automatically. \n",
"homepage": "https://medium.com/@KostiaKoval",
"license": "MIT",
"authors": {
"Konstantin Koval": "konstantin.koval1@gmail.com"
},
"source": {
"git": "https://github.com/konstantinkoval/KKSimpleAnalytics.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/KostiaKoval",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "KKSimpleAnalytics/**/*.{h,m}",
"dependencies": {
"GoogleAnalytics-iOS-SDK": [
"3.0.3c"
],
"JRSwizzle": [
"1.0"
]
}
}