blob: 890ee42216676c9743a09e6fefa6ab2df521a6ca [file] [log] [blame]
{
"name": "DateParser",
"summary": "Simple ISO 8601 and Unix timestamp Swift date parser",
"version": "1.2.0",
"homepage": "https://github.com/3lvis/DateParser",
"license": "MIT",
"authors": {
"Elvis Nuñez": "elvisnunez@me.com"
},
"source": {
"git": "https://github.com/3lvis/DateParser.git",
"tag": "1.2.0"
},
"social_media_url": "https://twitter.com/3lvis",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"swift_version": "4.2"
}