blob: fc65f60c19cc798c12d2a3f7b1b84a8e4631ece7 [file] [log] [blame]
{
"name": "BinaryCodable",
"version": "0.2.0",
"license": "Apache 2.0",
"summary": "Codable-like interfaces for binary representations.",
"homepage": "https://github.com/jverkoey/BinaryCodable",
"authors": {
"BinaryCodable authors": "jverkoey@gmail.com"
},
"source": {
"git": "https://github.com/jverkoey/BinaryCodable.git",
"tag": "0.2.0"
},
"documentation_url": "https://github.com/jverkoey/BinaryCodable/",
"platforms": {
"ios": "12.0",
"osx": "10.12"
},
"source_files": [
"Sources/*.swift",
"Sources/*/*.swift"
]
}