blob: e632b34cd55393e3c913cbd1362c94f17cf0bbeb [file] [log] [blame]
{
"name": "Ladoga",
"version": "0.2.3",
"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": "http://aperechnev.github.io/Ladoga/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexander Perechnev": "herfleisch@me.com"
},
"source": {
"git": "https://github.com/aperechnev/Ladoga.git",
"tag": "0.2.3"
},
"platforms": {
"osx": "10.11"
},
"source_files": "Ladoga/Ladoga/*.{h,m}",
"requires_arc": true
}