blob: 6a77fa3b1c2270795b0e515526a07af78e928698 [file] [log] [blame]
{
"name": "GCDWebServer",
"version": "1.2.1",
"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.2.1"
},
"requires_arc": true,
"source_files": "CGDWebServer/*.{h,m}",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"ios": {
"frameworks": "MobileCoreServices"
}
}