blob: d695a97c0c043cc7559f7d2cba06b738396e7254 [file] [log] [blame]
{
"name": "Ladoga",
"version": "0.2.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": "0.2.1"
},
"platforms": {
"osx": "10.11"
},
"source_files": "Ladoga/Ladoga/*.{h,m}",
"requires_arc": true
}