[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 0 / 2 / Repeat / 0.5.5 / Repeat.podspec.json
blobe98a9d88b44bb582247a5da2de5ba3244d3e0ee8
2   "name": "Repeat",
3   "version": "0.5.5",
4   "summary": "Modern NSTimer alternative in Swift",
5   "description": "Repeat is a modern alternative to NSTimer; no strong references, multiple observers, reusable instances with start/stop/pause support in swifty syntax.",
6   "homepage": "https://github.com/malcommac/Repeat",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Daniele Margutti": "me@danielemargutti.com"
13   },
14   "social_media_url": "http://twitter.com/danielemargutti",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/malcommac/Repeat.git",
23     "tag": "0.5.5"
24   },
25   "source_files": "Sources/**/*",
26   "frameworks": "Foundation",
27   "swift_version": "4.0"