| { |
| "name": "Berkeley", |
| "version": "1.1.1", |
| "summary": "Berkeley Framework", |
| "homepage": "https://github.com/MoveUpwards/Berkeley.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Move Upwards": "contact@moveupwards.dev" |
| }, |
| "source": { |
| "git": "https://github.com/MoveUpwards/Berkeley.git", |
| "tag": "1.1.1" |
| }, |
| "swift_versions": "5.0", |
| "platforms": { |
| "ios": "10.0", |
| "osx": "10.13" |
| }, |
| "source_files": "Sources/**/*", |
| "frameworks": "Foundation", |
| "dependencies": { |
| "SwiftNIO": [ |
| |
| ], |
| "SwiftNIOTransportServices": [ |
| |
| ] |
| }, |
| "swift_version": "5.0" |
| } |