blob: cbb4207004b196ce6fb6aed7dc5282fccbcdb9ca [file] [log] [blame]
{
"name": "DTInlineDatePicker",
"version": "0.2.0",
"license": "MIT",
"summary": "Display UIDatePicker inline easily!",
"homepage": "https://github.com/DenHeadless/DTInlineDatePicker",
"authors": {
"Denys Telezhkin": "denys.telezhkin@yandex.ru"
},
"social_media_url": "https://twitter.com/DTCoder",
"source": {
"git": "https://github.com/DenHeadless/DTInlineDatePicker.git",
"tag": "0.2.0"
},
"source_files": "DTInlineDatePicker",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"dependencies": {
"DTTableViewManager": [
"~> 3.0"
],
"DTPickerPresenter": [
"~> 0.1"
]
},
"deprecated": true
}