{
"name": "Bits",
"path": "/usr/src/package",
"targets": [
{
"name": "BitsTests",
"path": "/usr/src/package/Tests/BitsTests",
"type": "test",
"c99name": "BitsTests",
"sources": [
"AlphabetTests.swift",
"ByteTests.swift",
"BytesTests.swift",
"ControlCharacterTests.swift",
"PatternMatchingTests.swift",
"UnsignedIntegerTests.swift"
],
"module_type": "SwiftTarget"
},
{
"name": "Bits",
"path": "/usr/src/package/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"
}
]
}