[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / 0 / 4 / 1 / PollingController / 1.0.0 / PollingController.podspec.json
blob730674cba569fefb588a9ae84141f5cefdb05f8e
2   "name": "PollingController",
3   "version": "1.0.0",
4   "summary": "PollingController provides a polling mechanism that respects callback delays.",
5   "authors": "Lukas Würzburger",
6   "license": {
7     "type": "MIT"
8   },
9   "homepage": "https://github.com/lukaswuerzburger/PollingController",
10   "platforms": {
11     "ios": "10.0"
12   },
13   "source": {
14     "git": "https://github.com/lukaswuerzburger/PollingController.git",
15     "tag": "1.0.0"
16   },
17   "source_files": "PollingController/Sources/*.swift",
18   "ios": {
19     "frameworks": [
20       "Foundation",
21       "UIKit"
22     ]
23   },
24   "requires_arc": true,
25   "swift_versions": "5.0",
26   "swift_version": "5.0"