[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 4 / 1 / PollingController / 1.1.0 / PollingController.podspec.json
blob00993738bc6df5f8e050e0f1e0cfba02bf68d841
2   "name": "PollingController",
3   "version": "1.1.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   "source": {
11     "git": "https://github.com/lukaswuerzburger/PollingController.git",
12     "tag": "1.1.0"
13   },
14   "source_files": "PollingController/Sources/*.swift",
15   "platforms": {
16     "ios": "10.0",
17     "osx": "10.14"
18   },
19   "ios": {
20     "frameworks": "Foundation"
21   },
22   "osx": {
23     "frameworks": "Foundation"
24   },
25   "requires_arc": true,
26   "swift_versions": "5.0",
27   "swift_version": "5.0"