[Add] YSRTCLiveAVKitSDK 1.0.10
[CocoaPods.git] / Specs / 1 / 5 / 3 / cmark-bridge / 1.0 / cmark-bridge.podspec.json
blob06f2c1e4312e365a35e06d09c419529f69d4310d
2   "name": "cmark-bridge",
3   "version": "1.0",
4   "summary": "A tiny pod to make cmark available to Swift.",
5   "description": "                       A tiny pod that only provides a bridging header.\n",
6   "homepage": "https://github.com/dtweston/cmark-bridge",
7   "license": "MIT",
8   "authors": {
9     "Dave Weston": "dave.weston@binocracy.com"
10   },
11   "source": {
12     "git": "https://github.com/dtweston/cmark-bridge.git",
13     "tag": "1.0",
14     "submodules": true
15   },
16   "social_media_url": "https://twitter.com/dt_weston",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10"
20   },
21   "requires_arc": true,
22   "source_files": [
23     "Pod/Classes/**/*",
24     "Pod/cmark/src",
25     "Pod/cmark/build/src/*.h"
26   ],
27   "exclude_files": "Pod/cmark/src/main.c",
28   "preserve_paths": "Pod/cmark/src/*.inc",
29   "prepare_command": "cd Pod/cmark && make",
30   "public_header_files": [
31     "Pod/cmark/src/cmark.h",
32     "Pod/cmark/build/src/cmark_export.h",
33     "Pod/cmark/build/src/cmark_version.h"
34   ]