blob: cdd597dbd684de0cd7c8152555c439bd3911ed7e [file] [log] [blame]
{
"name": "AMTTimePicker",
"version": "0.1.0",
"summary": "A UIPickerView subclass helpful to pick time intervals in Days, Hours and Minutes",
"description": " A longer description of AMTTimePicker in Markdown format.\n\n I had to subclass UIPickerView for a project in order to select \n time intervals so I wanted to share my work with the iOS community.\n",
"homepage": "https://github.com/alessandro-martin/AMTTimePicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"alessandro-martin": "martin.acg@gmail.com"
},
"social_media_url": "http://twitter.com/macrotech",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/alessandro-martin/AMTTimePicker.git",
"tag": "0.1.0"
},
"source_files": "AMTTimePicker/AMTTimePicker.{h,m}",
"requires_arc": true
}