blob: 74f856b4288e45ab9faa0af688888a6dea6bd122 [file] [log] [blame]
{
"name": "DateParser",
"summary": "Fastest and simplest date parser in the existence of Objective-C & Swift",
"description": "Fastest and simplest date parser in the existence of Objective-C & Swift. Out of the box support for parsing ISO 8601 and Unix timestamps.",
"version": "0.1.1",
"homepage": "https://github.com/SyncDB/DateParser",
"license": "MIT",
"authors": {
"SyncDB": "syncdb.contact@gmail.com"
},
"source": {
"git": "https://github.com/SyncDB/DateParser.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/Sync_DB",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"frameworks": "Foundation"
}