blob: 14d3f7bf370a80faff9b602d2f9c8e8753072a88 [file] [log] [blame]
{
"name": "JCMTimeSlider",
"version": "0.2.2",
"summary": "iOS control to navigate a timeline with large number of data points (dates).",
"description": " This is an iOS control to navigate a timeline with large number of data points, written in Swift\n\n * Works with few or a large number of data points.\n * Uses non-linear selection around your touch, for easy selection.\n * Similar look and feel to the Time Machine control\n",
"homepage": "https://github.com/jcmendez/JCMTimeSlider",
"screenshots": "http://jcmendez.github.io/JCMTimeSlider/images/sample.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Juan C. Mendez": "jcmendez@alum.mit.edu"
},
"social_media_url": "http://twitter.com/jcmendez_us",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/jcmendez/JCMTimeSlider.git",
"tag": "0.2.2"
},
"source_files": "TimeSlider/JCMTimeSliderControl.swift",
"requires_arc": true
}