| { |
| "name": "AppEventTracker", |
| "version": "1.0.1", |
| "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`, `didReceiveMemoryWarning` or `sendAction`.", |
| "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.1" |
| }, |
| "platforms": { |
| "ios": "9.3" |
| }, |
| "swift_version": "4.2", |
| "source_files": "AppEventTracker/Classes/**/*" |
| } |