blob: 852cb35c7f710411324db405d836a76405f259fb [file] [log] [blame]
{
"name": "LocalServer",
"version": "1.5.0",
"summary": "Micro Feature",
"description": "LocalServer is resposible for ...",
"homepage": "https://github.com/db-in/LocalServer.git",
"documentation_url": "https://db-in.github.io/LocalServer/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Diney Bomfim",
"source": {
"git": "https://github.com/db-in/LocalServer.git",
"tag": "1.5.0",
"submodules": true
},
"swift_versions": "5.0",
"requires_arc": true,
"platforms": {
"ios": "10.0",
"osx": "10.11",
"tvos": "10.0",
"watchos": "2.0"
},
"public_header_files": "LocalServer/**/*.h",
"source_files": "LocalServer/**/*.{h,m,swift}",
"exclude_files": "LocalServer/**/Info.plist",
"frameworks": "Foundation",
"ios": {
"frameworks": "WebKit"
},
"swift_version": "5.0"
}