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