[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / e / 0 / Prism / 0.1 / Prism.podspec.json
blobb3eac7f4d0024fffd1bda72ad8f2e351adec403b
2   "name": "Prism",
3   "version": "0.1",
4   "summary": "Objective-C Wrapper for Prism using JavaScriptCore",
5   "description": "    Prism is a “lightweight, robust, elegant syntax highlighting library” that\n    renders code snippets into syntax highlighted HTML. It is created by Lea\n    Verou, written in JavaScript, and is based on regular expression.\n\n    This library/framework uses JavaScriptCore to perform so-called “server-\n    side rendering” with Prism. It supports most modern OS X versions (I’m not \n    very sure how far back this goes, but at least 10.7+ should be fine) and \n    iOS 7 or later.\n",
6   "homepage": "https://github.com/uranusjr/Prism-objc",
7   "license": "MIT",
8   "authors": {
9     "Tzu-ping Chung": "uranusjr@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/uranusjr",
12   "platforms": {
13     "ios": "7.0",
14     "osx": "10.7"
15   },
16   "source": {
17     "git": "https://github.com/uranusjr/Prism-objc.git",
18     "tag": "v0.1",
19     "submodules": true
20   },
21   "source_files": "Prism/Prism/*.{h,m}",
22   "public_header_files": "Prism/Prism/*.h",
23   "resource_bundles": {
24     "Prism": [
25       "Prism/Dependency/prism/components.js",
26       "Prism/Dependency/prism/components",
27       "Prism/Dependency/prism/themes"
28     ]
29   },
30   "frameworks": "JavaScriptCore",
31   "requires_arc": true