blob: 5cbb7ed4de7452247fd2511ed6dec6fca9b37963 [file] [log] [blame]
{
"name": "BDatePicker",
"version": "0.1.0",
"summary": "BDatePicker is a tool for quickly selecting a date from a wide range.",
"description": "BDatePicker provides a simple framework for producing a popup from which to select a date\nusing a calendar and time picker. It's build upon the existing pod 'PopupDialog'",
"homepage": "https://github.com/Kautenja/BDatePicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kautenja": "ckfour@icloud.com"
},
"source": {
"git": "https://github.com/Kautenja/BDatePicker.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "BDatePicker/Classes/**/*",
"resource_bundles": {
"BDatePicker": [
"BDatePicker/Assets/*"
]
},
"frameworks": "UIKit",
"dependencies": {
"PopupDialog": [
"~> 0.5"
],
"FSCalendar": [
]
},
"pushed_with_swift_version": "3.0"
}