blob: 277de7412c025bde5026f146a2537e5db2917287 [file] [log] [blame]
{
"name": "AppEventTracker",
"version": "1.0.0",
"summary": "AppEventTracker is an iOS library to automatically track various events.",
"description": "AppEventTracker is an iOS library to automatically track various events by injecting code to different functions, like for example `viewDidLoad`.",
"homepage": "https://github.com/diamantidis/AppEventTracker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"diamantidis": "diamantidis@outlook.com"
},
"source": {
"git": "https://github.com/diamantidis/AppEventTracker.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.3"
},
"swift_version": "4.2",
"source_files": "AppEventTracker/Classes/**/*"
}