blob: 33232bd2677b488a5620aeac851c114270583867 [file] [log] [blame]
{
"name": "CocoaHoedown",
"version": "0.3.1",
"summary": "Objective-C wrapper for hoedown, which renders HTML from Markdown (iOS/OS X)",
"homepage": "https://github.com/vhbit/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.1"
},
"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"
]
}
}