[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 1 / 5 / c / WallClock / 1.0.2 / WallClock.podspec.json
blob32c193d84f340cffb1e2e619f2f1b04ffeb2734c
2   "name": "WallClock",
3   "version": "1.0.2",
4   "summary": "A small library to operate with clock units.",
5   "description": "This small library allows you to operate simply with a clock via a structure.\nThe clock itself does not take into account the dates and it's purpouse it's\njust to represent and bundle together the clock units with the ability to\ncompare and sum the WallClock structures.",
6   "homepage": "https://github.com/falcon283/WallClock",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gabriele Trabucco": "gabrynet83@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0",
16     "osx": "10.11",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/falcon283/WallClock.git",
22     "tag": "1.0.2"
23   },
24   "source_files": "WallClock/Sources/**/*.{swift}",
25   "swift_version": "4.0"