blob: 0d96a04902032193760aa62f58f05887641896f8 [file] [log] [blame]
{
"name": "TimeIntervals",
"version": "0.2.0",
"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": "0.2.0"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"pushed_with_swift_version": "4.0"
}