blob: 6921299c411e835c43bbc556e71598483155298c [file] [log] [blame]
{
"name": "DateParser",
"summary": "Simple ISO 8601 and Unix timestamp Swift date parser",
"version": "1.0.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.0.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"
}