| { |
| "name": "VaporBytes", |
| "version": "1.1.0", |
| "license": "MIT", |
| "homepage": "https://github.com/vapor/bits", |
| "authors": { |
| "Vapor": "contact@vapor.codes" |
| }, |
| "summary": "A bite sized library for dealing with bytes.", |
| "source": { |
| "git": "https://github.com/vapor/bits.git", |
| "tag": "1.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10", |
| "watchos": "2.0", |
| "tvos": "9.0" |
| }, |
| "requires_arc": true, |
| "social_media_url": "https://twitter.com/codevapor", |
| "default_subspecs": "Default", |
| "pushed_with_swift_version": "3.0", |
| "subspecs": [ |
| { |
| "name": "Default", |
| "source_files": "Sources/**/*.{swift}" |
| } |
| ] |
| } |