blob: 4ab90a57571799d04c522b930fdb1ee4a0fdeb6f [file] [log] [blame]
{
"name": "MDCalendar",
"version": "1.0.0",
"license": {
"type": "MIT"
},
"summary": "A calendar-style date picker for iOS 7 (and above) that uses `UICollectionView` to layout a calendar in the popular \"month view\" format.",
"homepage": "https://github.com/distefam/MDCalendar",
"authors": {
"Michael DiStefano": "m@simple.com"
},
"social_media_url": "http://twitter.com/distefam",
"source": {
"git": "https://github.com/distefam/MDCalendar.git",
"tag": "v1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "MDCalendar/*.{h,m}"
}