blob: ec3edf8a4b7f20ba27dc842e3d534b7966ab9e63 [file] [log] [blame]
{
"name": "RFISO8601DateTime",
"version": "0.1.0",
"summary": "A library to easily use ISO8601 date and time.",
"description": "A small library that can automatically parse ISO8601/RFC3339 date \nand time. It extends NSDate and recognise different date and time formats using regular expression.",
"homepage": "https://github.com/readefries/RFISO8601DateTime",
"license": "MIT",
"authors": {
"Hindrik Bruinsma": "de@readefries.nl"
},
"source": {
"git": "https://github.com/readefries/RFISO8601DateTime.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/readefries",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "RFISO8601DateTime/**/*.swift"
}