blob: c536c3e6f2ade55dcac6eb75ecb938f8c23a2aa1 [file] [log] [blame]
{
"name": "cmark-bridge",
"version": "0.1.5",
"summary": "A tiny pod to make cmark available to Swift.",
"description": " A tiny pod that only provides a bridging header.\n",
"homepage": "https://github.com/dtweston/cmark-bridge",
"license": "MIT",
"authors": {
"Dave Weston": "dave.weston@binocracy.com"
},
"source": {
"git": "https://github.com/dtweston/cmark-bridge.git",
"tag": "0.1.5",
"submodules": true
},
"social_media_url": "https://twitter.com/dt_weston",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"Pod/Classes/**/*",
"Pod/cmark/src",
"Pod/cmark/build/src/*.h"
],
"exclude_files": "Pod/cmark/src/main.c",
"preserve_paths": "Pod/cmark/src/*.inc",
"resource_bundles": {
"cmark-bridge": [
"Pod/Assets/*.png"
]
},
"prepare_command": "cd Pod/cmark && make"
}