blob: 671ee16f6d9d15df95d997b1021aad66bfeb2d1a [file] [log] [blame]
{
"name": "Bridgecraft",
"version": "0.3.0",
"license": "MIT",
"summary": "Generate Swift interface for ObjC bridging headers",
"description": "Bridgecraft is a command line tool for generating the Swift interface \nfor ObjC bridging headers. This comes handy if you have a mixed Swift-ObjC codebase \nand you want to use code generation tools (e.g. Sourcery) that only support Swift.",
"homepage": "https://github.com/lvsti/Bridgecraft",
"authors": {
"Tamas Lustyik": "elveestei@gmail.com"
},
"social_media_url": "https://twitter.com/cocoagrinder",
"source": {
"http": "https://github.com/lvsti/Bridgecraft/releases/download/0.3.0/Bridgecraft-0.3.0.zip"
},
"preserve_paths": "*",
"exclude_files": "**/file.zip",
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}