blob: a816d17047f8f1b9b4f3a47567d00570adaa0537 [file] [log] [blame]
{
"name": "CocoaHoedown",
"version": "0.3.0",
"summary": "Objective-C wrapper for hoedown, which renders HTML from Markdown.",
"homepage": "https://github.com/js/CocoaHoedown",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Johan Sørensen": "johan@johansorensen.com",
"Valerii Hiora": "valerii.hiora@gmail.com"
},
"source": {
"git": "https://github.com/vhbit/CocoaHoedown.git",
"tag": "0.3.0"
},
"source_files": "CocoaHoedown/*.{h,m}",
"exclude_files": [
"Vendor",
"ExampleApp",
"CocoaHoedown.xcodeproj",
"CocoaHoedown.xcworkspace",
"CocoaHoedownTests"
],
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"dependencies": {
"hoedown": [
"~> 3.0"
]
}
}