blob: 8bf92656031f9817cf4a6c14519b77a60c79216a [file] [log] [blame]
{
"name": "TimeIntervals",
"version": "1.0.1",
"summary": "Type-safe time calculations for Swift.",
"description": "Type-safe time calculations for Swift, powered by generics.",
"homepage": "https://github.com/dreymonde/Time",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oleg Dreyman": "dreymonde@me.com"
},
"social_media_url": "https://twitter.com/olegdreyman",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/dreymonde/Time.git",
"tag": "1.0.1"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"swift_version": "4.2"
}