blob: 00993738bc6df5f8e050e0f1e0cfba02bf68d841 [file] [log] [blame]
{
"name": "PollingController",
"version": "1.1.0",
"summary": "PollingController provides a polling mechanism that respects callback delays.",
"authors": "Lukas Würzburger",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/lukaswuerzburger/PollingController",
"source": {
"git": "https://github.com/lukaswuerzburger/PollingController.git",
"tag": "1.1.0"
},
"source_files": "PollingController/Sources/*.swift",
"platforms": {
"ios": "10.0",
"osx": "10.14"
},
"ios": {
"frameworks": "Foundation"
},
"osx": {
"frameworks": "Foundation"
},
"requires_arc": true,
"swift_versions": "5.0",
"swift_version": "5.0"
}