blob: 981cafb70cfc82a5f3134dca19efeb365a41217d [file] [log] [blame]
{
"name": "BSKTimePicker",
"version": "0.1.0",
"summary": "An iOS UI component to pick accurate time within one day.",
"description": "A UI component to pick accurate time within one day, which also enabled with zoom function to quickly switch hour to second.",
"homepage": "https://github.com/BossKinKa/BSKTimePicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BossKinKa": "BossKinKa@gmail.com"
},
"source": {
"git": "https://github.com/BossKinKa/BSKTimePicker.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BSKTimePicker/Classes/**/*",
"dependencies": {
"Masonry": [
]
}
}