blob: 2cb13cd421270e790de9a60fd238acedde6558cf [file] [log] [blame]
{
"name": "DateTools",
"version": "1.0",
"summary": "Dates and time made easy in Objective-C",
"homepage": "https://github.com/MatthewYork/DateTools",
"description": "DateTools was written to streamline date and time handling in Objective-C.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matthew York": "my3681@gmail.com"
},
"source": {
"git": "https://github.com/MatthewYork/DateTools.git",
"tag": "v1.0"
},
"platforms": {
"ios": "6.1"
},
"requires_arc": true,
"source_files": "DateTools"
}