[Add] MapboxCommon 24.10.0-daily-2024-12-21-04-26
[CocoaPods.git] / Specs / 1 / 5 / c / WallClock / 1.0.1 / WallClock.podspec.json
blob0b3c191eb35af2cbb5d152032e51275c57068ccb
2   "name": "WallClock",
3   "version": "1.0.1",
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.1"
23   },
24   "source_files": "WallClock/Sources/**/*.{swift}",
25   "swift_version": "4.0"