| { |
| "name": "PKEventsManager", |
| "version": "1.0.2", |
| "summary": "A CocoaPods library written in Swift", |
| "swift_versions": "5.1", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "description": "This CocoaPods library helps our clients to send events to Mixpanel", |
| "homepage": "https://github.com/GetGems/PKEventsManager", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Eran Israel": "eran@paykey.com" |
| }, |
| "source": { |
| "git": "https://github.com/GetGems/PKEventsManager.git", |
| "tag": "1.0.2" |
| }, |
| "source_files": "PKEventsManager/**/*.{h,m,swift}", |
| "exclude_files": "Classes/Exclude", |
| "dependencies": { |
| "Mixpanel-swift": [ |
| |
| ] |
| }, |
| "swift_version": "5.1" |
| } |