blob: 1942c0e4a855954783aeb9e5222990d57a814a2a [file] [log] [blame]
{
"name": "NSDate+Calendar",
"version": "0.0.2",
"summary": "NSDate categories to access date components and many more.",
"homepage": "https://github.com/belkevich/nsdate-calendar",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Alexey Belkevich": "belkevich.alexey@gmail.com"
},
"source": {
"git": "https://github.com/belkevich/nsdate-calendar.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "Categories/**/*.{h,m}",
"requires_arc": true
}