blob: 9f1afbf428c8bc0faf6a564f99f8d9e7346ced38 [file] [log] [blame]
{
"name": "PDTSimpleCalendar",
"version": "0.4",
"summary": "A simple Calendar / Date Picker for iOS using UICollectionView",
"description": " Inspired by Square's TimesSquare & Apple Calendar.\n\n Simple Calendar is a simple Date Picker/Calendar View Controller using UICollectionView and a flowLayout\n",
"homepage": "https://www.producteev.com",
"license": "Apache License, Version 2.0",
"authors": {
"Jerome Miglino": "jerome.miglino@jivesoftware.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/jivesoftware/PDTSimpleCalendar.git",
"tag": "0.4"
},
"exclude_files": "PDTSimpleCalendarDemo",
"source_files": [
"PDTSimpleCalendar",
"PDTSimpleCalendarDemo"
],
"requires_arc": true
}