blob: 183b8fbe4b787290d8f2932bff46a638bd3ea93b [file] [log] [blame]
{
"name": "BitByteData",
"version": "1.0.2",
"summary": "Read and write bits and bytes in Swift.",
"description": "A Swift framework with classes for reading and writing bits and bytes.",
"homepage": "https://github.com/tsolomko/BitByteData",
"documentation_url": "http://tsolomko.github.io/BitByteData",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Timofey Solomko": "tsolomko@gmail.com"
},
"source": {
"git": "https://github.com/tsolomko/BitByteData.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_version": "4.0",
"source_files": "Sources/*.swift",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/BitByteDataTests/*.swift"
}
]
}