blob: 2db42b6f96332b9e86994fe1976b27dd99dcc8ae [file] [log] [blame]
{
"name": "CustomDatePicker",
"version": "0.0.1",
"summary": "A CustomDatePicker is UI controller for tabbing data.",
"description": "Custom date picker controller created like alternative for standard control DatePickerView. Custom date picker view based on table view and scroll view. Size can be changed and background pictures. Many thanks to Maxim Losev who gave me main idea.",
"homepage": "https://www.cocoacontrols.com/controls/customdatepickerview--2",
"license": "MIT",
"authors": {
"Eugene Zorin": "evgzor@mail.ru"
},
"platforms": {
"ios": "6.1"
},
"source": {
"git": "https://github.com/evgzor/CustomDatePickerView.git",
"tag": "0.0.1"
},
"source_files": [
"CustomDatePickerViewArc/CustomDatePickerViewArc/CustomDatePicker/CustomDatePicker.{h,m}",
"CustomDatePickerViewArc/CustomDatePickerViewArc/CustomDatePicker/CustomPickerView.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": "CustomDatePickerViewArc/CustomDatePickerViewArc/CustomDatePicker/CustomDatePicker.h"
}