blob: 7650c4dcd7e34b678c62b3b68a6d7d05646f0efd [file] [log] [blame]
{
"name": "instrserver",
"version": "0.1.0",
"summary": "HTTP server component for instr",
"description": "HTTP server component for instr",
"homepage": "https://github.com/ruenzuo/instrserver",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ruenzuo": "renzo.crisostomo@me.com"
},
"source": {
"git": "https://github.com/ruenzuo/instrserver.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "instrserver/Classes/**/*",
"public_header_files": "instrserver/Classes/**/*.h",
"frameworks": "Foundation",
"libraries": "objc",
"dependencies": {
"GCDWebServer": [
"~> 3.4"
]
},
"pod_target_xcconfig": {
"ENABLE_STRICT_OBJC_MSGSEND": "NO"
}
}