| { |
| "name": "Datez", |
| "version": "3.0.4", |
| "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": "https://swiftkitz.github.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": "v3.0.4" |
| }, |
| "source_files": "Datez/Datez/**/*.swift" |
| } |