blob: b6307ad723fdcca1317e1c2f1f0a6f3fefc32bcf [file] [log] [blame]
{
"name": "ElegantTimePicker",
"version": "0.1.0",
"summary": "functionality reduced and UI customized version for iOS UIDatePicker.",
"description": " ElegantTimePicker is a functionality reduced and UI customized version for iOS UIDatePicker.\n It only have two columns, hours and minutes. All layout issues are handled automatically.\n",
"homepage": "https://github.com/HuanTeng/ElegantTimePicker",
"license": "MIT",
"authors": {
"Longyi Li": "longyi@huantengsmart.com"
},
"social_media_url": "http://weibo.com/huantengsmart",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/HuanTeng/ElegantTimePicker.git",
"tag": "0.1.0"
},
"source_files": "ElegantTimePicker/*.{h,m}",
"public_header_files": "ElegantTimePicker/ElegantTimePicker.h",
"resources": "ElegantTimePicker/*.png",
"requires_arc": true
}