blob: 4d9f554fc5523ecfc023499482bcec6a6e857cdb [file] [log] [blame]
{
"name": "NetTime",
"version": "0.0.4",
"summary": "RFC 3339 compliant date/time data types.",
"homepage": "https://github.com/dduan/NetTime",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Daniel Duan": "daniel@duan.ca"
},
"social_media_url": "https://twitter.com/daniel_duan",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_version": "4.2.1",
"source": {
"git": "https://github.com/dduan/NetTime.git",
"tag": "0.0.4"
},
"source_files": "Sources/**/*.swift",
"requires_arc": true,
"module_name": "NetTime"
}