blob: 241a9eb21e6c28d2242f5493ba5fad96b21f78fc [file] [log] [blame]
{
"name": "Coucou",
"version": "0.0.5",
"summary": "A highly modular network service discovery and broadcast library.",
"description": "A highly modular network service discovery and broadcast library. Note: Still under development.",
"homepage": "https://github.com/mrmitew/coucou_ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stefan Mitev": "mr.mitew@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/mrmitew/coucou_ios.git",
"tag": "0.0.5"
},
"source_files": [
"Coucou/*.swift",
"Coucou/driver/*",
"Coucou/driver/impl/*",
"Coucou/engine/*",
"Coucou/engine/impl/*",
"Coucou/internal/*",
"Coucou/logger/*",
"Coucou/logger/impl/*",
"Coucou/models/*"
],
"swift_version": "4.2"
}