blob: e3ac81b066341c56c3076dcbc60063c5efe1323e [file] [log] [blame]
{
"name": "LIYDateTimePicker",
"version": "0.1.8",
"summary": "iOS view controller for picking a date and time.",
"description": " An iOS view controller for picking a date and time in way that doesn't suck\n",
"homepage": "https://github.com/lyahdav/LIYDateTimePicker",
"screenshots": "https://raw.githubusercontent.com/lyahdav/LIYDateTimePicker/master/Screens/Screen1.png",
"license": "MIT",
"authors": {
"Liron Yahdav": "lyahdav@users.noreply.github.com"
},
"source": {
"git": "https://github.com/lyahdav/LIYDateTimePicker.git",
"tag": "0.1.8"
},
"social_media_url": "https://twitter.com/lyahdav",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/**/*.{h,m}",
"dependencies": {
"MZDayPicker": [
],
"MSCollectionViewCalendarLayout": [
],
"UIColor-HexString": [
],
"Masonry": [
],
"ObjectiveSugar": [
]
}
}