{
  "name": "Bits",
  "path": "/usr/src/package",
  "targets": [
    {
      "name": "BitsTests",
      "path": "Tests/BitsTests",
      "type": "test",
      "c99name": "BitsTests",
      "sources": [
        "AlphabetTests.swift",
        "ByteTests.swift",
        "BytesTests.swift",
        "ControlCharacterTests.swift",
        "PatternMatchingTests.swift",
        "UnsignedIntegerTests.swift"
      ],
      "module_type": "SwiftTarget",
      "target_dependencies": [
        "Bits"
      ]
    },
    {
      "name": "Bits",
      "path": "Sources/Bits",
      "type": "library",
      "c99name": "Bits",
      "sources": [
        "Aliases.swift",
        "Base64Encoder.swift",
        "Byte+Alphabet.swift",
        "Byte+ControlCharacters.swift",
        "Byte+Convenience.swift",
        "Byte+PatternMatching.swift",
        "Byte+Random.swift",
        "Byte+UTF8Numbers.swift",
        "ByteSequence+Conversions.swift",
        "Bytes+Base64.swift",
        "Bytes+Hex.swift",
        "Bytes+Percent.swift",
        "BytesConvertible.swift",
        "Data+BytesConvertible.swift",
        "HexEncoder.swift",
        "Operators.swift",
        "String+BytesConvertible.swift",
        "UnsignedInteger+BytesConvertible.swift",
        "UnsignedInteger+Shifting.swift"
      ],
      "module_type": "SwiftTarget",
      "product_memberships": [
        "Bits"
      ]
    }
  ],
  "products": [
    {
      "name": "Bits",
      "type": {
        "library": [
          "automatic"
        ]
      },
      "targets": [
        "Bits"
      ]
    }
  ],
  "platforms": [],
  "dependencies": [],
  "tools_version": "4.0",
  "manifest_display_name": "Bits"
}