blob: ff2a4f66076118b55ac36af7aeae68967186ddef [file] [log] [blame]
{
"name": "Ladoga",
"version": "0.1",
"summary": "Lightweight HTTP server framework written in Objective-C.",
"description": "Ladoga is an lightweight and easy-to-use HTTP framework that makes it possible to write web-applications in Objective-C.",
"homepage": "https://github.com/aperechnev/Ladoga",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexander Perechnev": "herfleisch@me.com"
},
"source": {
"git": "https://github.com/aperechnev/Ladoga.git",
"tag": "v0.1"
},
"platforms": {
"osx": "10.9"
},
"source_files": "Ladoga/Ladoga/*.{h,m}",
"requires_arc": true
}