blob: 1806c9b55e9fd69ac3e6a8312679414846d26495 [file] [log] [blame]
{
"name": "Kali",
"version": "1.0.1",
"summary": "Better Date and Time handling using Swift.",
"description": "Kali is a library that simplifies Date and Time handling for iOS frameworks. It wraps some of the more cumbersome features of NSDate, NSCalendar, etc. and abstracts it behind an easy-to-use, simple API for interacting with dates.",
"homepage": "https://github.com/Haud/Kali",
"license": "MIT",
"authors": {
"Christopher Jones": "chris.jones@haud.co"
},
"source": {
"git": "https://github.com/Haud/DateTime.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "src/*.swift"
}