blob: 7863ced1623042b19b744aa6ac3ed91ea4cbd2a8 [file] [log] [blame]
{
"name": "Ciao",
"version": "2.0.0",
"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": "2.0.0"
},
"homepage": "https://github.com/AlTavares/Ciao",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"requires_arc": true,
"swift_versions": "4.2",
"default_subspecs": "Core",
"swift_version": "4.2",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation"
}
]
}