blob: 0048df29a351aa05c0721ebc524cb21cccd5248f [file] [log] [blame]
{
"name": "RFISO8601DateTime",
"version": "3.0.3",
"summary": "A library to easily use ISO8601 date and time.",
"description": "A small library that can automatically parse ISO8601/RFC3339/RFC2822 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": "3.0.3"
},
"social_media_url": "https://twitter.com/readefries",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "RFISO8601DateTime/**/*.swift"
}