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