blob: 75458e6f7989590f31bad3d8e6c64973d5ee69bd [file] [log] [blame]
{
"name": "Bridgecraft",
"version": "0.4.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.4.0/Bridgecraft-0.4.0.zip"
},
"preserve_paths": "*",
"exclude_files": "**/file.zip",
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}