blob: 9e93a9a4e74d13b89ac894cafbf6b327c8aa215c [file] [log] [blame]
{
"name": "CBORSwift",
"version": "1.2.0",
"summary": "CBORSwift has implemented CBOR with Swift useful for iOS and macOS projects.",
"description": "The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation.\nCBORSwift has implemented CBOR with Swift useful for iOS and macOS projects.",
"homepage": "http://www.vancosys.com",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "Hassan Shahbazi",
"social_media_url": "https://www.linkedin.com/in/hassanshahbazi/",
"platforms": {
"ios": "10.0",
"osx": "10.12"
},
"source": {
"git": "https://github.com/Hassaniiii/CBORSwift",
"branch": "master",
"tag": "1.2.0"
},
"source_files": [
"Classes",
"CBORSwift/Classes/*.swift"
],
"exclude_files": "Classes/Exclude"
}