blob: c7cdb0c15fd00db414fce4f52c4282df205a3b55 [file] [log] [blame]
{
"name": "Datez",
"version": "1.0.0",
"summary": "Breeze through NSDate, NSDateComponents, and NSTimeInterval!",
"description": "A swift datez library that focuses on readability, compactness,\nand maintainability. Get started with the docs or associated\nplaygrounds to quickly make the most out of this library.",
"homepage": "http://kitz.io",
"license": "MIT",
"authors": {
"Maz Jaleel": "mazjaleel@gmail.com"
},
"social_media_url": "http://twitter.com/SwiftKitz",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/SwiftKitz/Datez.git",
"tag": "v1.0.0"
},
"source_files": "Datez/Datez/**/*.swift"
}