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