blob: ced9d75f4207f752ed80c986d1a6e8648c761038 [file] [log] [blame]
{
"name": "DateIntervalOperators",
"version": "1.0.0",
"license": "MIT",
"summary": "A set of extensions and operators for manipulating dates in Swift",
"homepage": "https://github.com/tschmitz/DateIntervalOperators",
"authors": {
"Tim Schmitz": "tim@tapandtonic.net"
},
"source": {
"git": "https://github.com/tschmitz/DateIntervalOperators.git",
"tag": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "*.swift"
}