blob: e5f08c71df893540ed9a7089776c8b88aca6aa1e [file] [log] [blame]
{
"name": "VaporBits",
"version": "1.0.1",
"summary": "A bite sized library for dealing with bytes.",
"description": "A bite sized library for dealing with bytes. mirror from vapor/bits for CocoaPods",
"homepage": "https://github.com/vapor/bits",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"vapor": "vapor@gmai.com"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/vapor/bits.git",
"tag": "1.0.0-beta.4"
},
"source_files": [
"Sources/**/*.swift"
],
"requires_arc": true,
"module_name": "Bits",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.1"
},
"pushed_with_swift_version": "3.0"
}