blob: e798f5d6b198d66b3a5cbc29c90115784d043ac4 [file] [log] [blame]
{
"name": "HorizontalDatePicker",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HorizontalDatePicker": [
"Pod/Assets/*.png"
]
}
}