| { |
| "name": "EventflitSwift", |
| "version": "0.1.0", |
| "summary": "A Eventflit client library in Swift", |
| "homepage": "https://github.com/eventflit/eventflit-websocket-swift", |
| "license": "MIT", |
| "authors": { |
| "Hamilton Chapman": "hamchapman@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/eventflit/eventflit-websocket-swift.git", |
| "tag": "0.1.0" |
| }, |
| "social_media_url": "https://twitter.com/eventflit", |
| "requires_arc": true, |
| "source_files": "Sources/*.swift", |
| "dependencies": { |
| "CryptoSwift": [ |
| "~> 0.9.0" |
| ], |
| "ReachabilitySwift": [ |
| "~> 4.1.0" |
| ], |
| "TaskQueue": [ |
| "~> 1.1.1" |
| ], |
| "StarscreamFork": [ |
| "~> 3.0.6" |
| ] |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10", |
| "tvos": "9.0" |
| } |
| } |