blob: fd3757775946ab02ae282cd6f3d6104b25855fc2 [file] [log] [blame]
{
"name": "Ciao",
"version": "1.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Lib to publish and find services using mDNS",
"authors": {
"Alexandre Mantovani Tavares": "alexandre@live.in"
},
"source": {
"git": "https://github.com/AlTavares/Ciao.git",
"tag": "1.0.1"
},
"homepage": "https://github.com/AlTavares/Ciao",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation"
}
]
}