blob: c7bb3923e3cdd7f2113595199385b864ced141d0 [file] [log] [blame]
{
"name": "GCDWebServer",
"version": "1.3",
"authors": {
"Pierre-Olivier Latour": "info@pol-online.net"
},
"license": {
"type": "BSD",
"file": "LICENSE"
},
"homepage": "https://github.com/swisspol/GCDWebServer",
"summary": "Lightweight GCD based HTTP server for Mac OS X & iOS apps",
"source": {
"git": "https://github.com/swisspol/GCDWebServer.git",
"tag": "1.3"
},
"requires_arc": true,
"source_files": "CGDWebServer/*.{h,m}",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"ios": {
"frameworks": "MobileCoreServices"
}
}