[Add] CookieOvenWebtoon 3.2.4
[CocoaPods.git] / Specs / 3 / 0 / 7 / CocoaHoedown / 0.3.0 / CocoaHoedown.podspec.json
bloba816d17047f8f1b9b4f3a47567d00570adaa0537
2   "name": "CocoaHoedown",
3   "version": "0.3.0",
4   "summary": "Objective-C wrapper for hoedown, which renders HTML from Markdown.",
5   "homepage": "https://github.com/js/CocoaHoedown",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Johan Sørensen": "johan@johansorensen.com",
12     "Valerii Hiora": "valerii.hiora@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/vhbit/CocoaHoedown.git",
16     "tag": "0.3.0"
17   },
18   "source_files": "CocoaHoedown/*.{h,m}",
19   "exclude_files": [
20     "Vendor",
21     "ExampleApp",
22     "CocoaHoedown.xcodeproj",
23     "CocoaHoedown.xcworkspace",
24     "CocoaHoedownTests"
25   ],
26   "requires_arc": true,
27   "platforms": {
28     "ios": "5.0",
29     "osx": "10.7"
30   },
31   "dependencies": {
32     "hoedown": [
33       "~> 3.0"
34     ]
35   }