blob: 0120cfbe67b4f5ea5097206a8dca908dfd536b14 [file] [log] [blame]
{
"name": "HorizontalDatePicker",
"version": "0.1.1",
"summary": "Horizontal date picker for iOS in Swift.",
"description": " Simple, configurable date picker that scrolles horizontally. Written is Swift.\n\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "https://github.com/Erez-Panda/horizontal-date-picker",
"license": "MIT",
"authors": {
"Erez Haim": "erez@livemed.co"
},
"source": {
"git": "https://github.com/Erez-Panda/horizontal-date-picker.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HorizontalDatePicker": [
"Pod/Assets/*.png"
]
}
}