blob: 6d774443b1912590f3a32598facfa533561e5f39 [file] [log] [blame]
{
"name": "BSDatePickerWithPad",
"version": "1.0.0",
"summary": "UIDatePicker with UITextField and BSNumPad.",
"description": "UIDatePicker with UITextField and BSNumPad for entering datetime.",
"homepage": "https://github.com/Bogdan-Stasjuk/BSDatePickerWithPad",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bogdan Stasjuk": "Bogdan.Stasjuk@gmail.com"
},
"source": {
"git": "https://github.com/Bogdan-Stasjuk/BSDatePickerWithPad.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/Bogdan_Stasjuk",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "BSDatePickerWithPad/*.{h,m}",
"public_header_files": "BSDatePickerWithPad/*.h",
"dependencies": {
"BSNumPad": [
],
"NSDate+Helpers": [
]
}
}