[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 1 / 5 / 3 / cmark-bridge / 0.1.2 / cmark-bridge.podspec.json
blobd42d348e12a7fdec58745f0227bcb957f22cc001
2   "name": "cmark-bridge",
3   "version": "0.1.2",
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": "0.1.2"
14   },
15   "social_media_url": "https://twitter.com/dt_weston",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "Pod/Classes/**/*",
22     "Pod/cmark/src",
23     "Pod/cmark/build/src/*.h"
24   ],
25   "resource_bundles": {
26     "cmark-bridge": [
27       "Pod/Assets/*.png"
28     ]
29   },
30   "prepare_command": "cd Pod/cmark && pwd"