| { |
| "name": "Socket.swift", |
| "version": "2.4.0", |
| "summary": "A POSIX socket wrapper written in swift.", |
| "homepage": "https://github.com/BiAtoms/Socket.swift", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Orkhan Alikhanov": "orkhan.alikhanov@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/BiAtoms/Socket.swift.git", |
| "tag": "2.4.0" |
| }, |
| "module_name": "SocketSwift", |
| "swift_versions": [ |
| "5.0" |
| ], |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.9", |
| "tvos": "9.0" |
| }, |
| "source_files": "Sources/*.swift", |
| "swift_version": "5.0" |
| } |