blob: 5f2d90f53080e6dd7fbdc4bf0a5641f645f40e2b [file] [log] [blame]
{
"name": "VIAnalyticsKit",
"version": "0.0.3",
"summary": "VIAnalyticsKit is an open source software framework that makes it easy to catch the action log in application.",
"description": "VIAnalyticsKit is an open source software framework that makes it easy to catch the user's interaction in application.Whatever UIButton's target-action,UIAlertController's select item,UITableView/UICollectionView's `didSelectRowAtIndexPath`,or UIGestureRecognizer's gestures,this framework can catch these events.",
"homepage": "https://github.com/Vienta/VIAnalyticsKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vienta": "vienta.su@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Vienta/VIAnalyticsKit.git",
"tag": "0.0.3"
},
"source_files": "VIAnalyticsKit/Class/*.{h,m}",
"requires_arc": true
}