blob: b16822c02d2afe09483d15b49a8192b63edbe755 [file] [log] [blame]
{
"name": "UHNTimeSeriesPlotView",
"version": "0.1.0",
"summary": "A dynamic time series plot view",
"description": " UHNTimeSeriesPlotView offers the ability to setup a plot and then \n add points in real-time that rolls the window left and drops older \n points that may not be relevant any more.\n\n Current implementation is a fixed window size, but intention is to \n add scrolling to view historical data.\n",
"homepage": "http://github.com/uhnmdi/UHNTimeSeriesPlotView",
"license": "MIT",
"authors": {
"Nathaniel Hamming": "nathaniel.hamming@gmail.com"
},
"source": {
"git": "https://github.com/uhnmdi/UHNTimeSeriesPlotView.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/NAteHAm80",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"UHNTimeSeriesPlotView": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}