blob: 01e98f54201458bcd7e210a96eec3aa1033ee7b6 [file] [log] [blame]
{
"name": "TSCustomDatePicker",
"version": "1.0.0",
"summary": "A customizable month/day/year picker.",
"description": "Ever want to have a custom date picker where you can set the background color, font, font color, the start date and end date? OK, well I did so I created TSCustomDatePicker which allows you to create a custom date picker where you can set the background color, font, font color and start and end dates to select from.",
"homepage": "https://github.com/miketraverso/TSCustomDatePicker",
"license": "MIT",
"authors": {
"Michael Traverso": "mike@traversoft.com"
},
"source": {
"git": "https://github.com/miketraverso/TSCustomDatePicker.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/traversoft",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TSCustomDatePicker": [
"Pod/Assets/*.png"
]
}
}