blob: 9dba22cb158e41104069334d729fc8945fac4277 [file] [log] [blame]
{
"name": "DateTools",
"version": "2.0.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": "v2.0.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.7"
},
"requires_arc": true,
"source_files": "DateTools/DateTools",
"resources": "DateTools/DateTools/DateTools.bundle"
}