blob: f67ed5e6fdb75ed7fd94a1f3ba5c7b545a4e3831 [file] [log] [blame]
{
"name": "WolfDateTime",
"version": "1.0.0",
"summary": "A framework of structures for dealing with local dates and times.",
"homepage": "https://github.com/wolfmcnally/WolfDateTime",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wolf McNally": "wolf@wolfmcnally.com"
},
"source": {
"git": "https://github.com/wolfmcnally/WolfDateTime.git",
"tag": "1.0.0"
},
"source_files": "Sources/WolfDateTime/**/*",
"swift_versions": "5.0",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfDateTime",
"dependencies": {
"WolfCore": [
]
}
}