| { |
| "name": "EventAnalytics", |
| "version": "0.1.0", |
| "summary": "Analytics abstraction layer for Swift", |
| "homepage": "https://github.com/devxoul/EventAnalytics", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Suyeol Jeon": "devxoul@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/devxoul/EventAnalytics.git", |
| "tag": "0.1.0" |
| }, |
| "source_files": "Sources/EventAnalytics/*.swift", |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.11", |
| "tvos": "9.0", |
| "watchos": "2.0" |
| }, |
| "pushed_with_swift_version": "3.1", |
| "deprecated_in_favor_of": "Umbrella" |
| } |