blob: 2cc36096648041e29224005a97baae8dfc84c19c [file] [log] [blame]
{
"name": "MDCalendar",
"version": "0.0.2",
"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": "v0.0.2"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "MDCalendar/*.{h,m}"
}