[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / e / 7 / 5 / UHNTimeSeriesPlotView / 0.1.0 / UHNTimeSeriesPlotView.podspec.json
blobb16822c02d2afe09483d15b49a8192b63edbe755
2   "name": "UHNTimeSeriesPlotView",
3   "version": "0.1.0",
4   "summary": "A dynamic time series plot view",
5   "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",
6   "homepage": "http://github.com/uhnmdi/UHNTimeSeriesPlotView",
7   "license": "MIT",
8   "authors": {
9     "Nathaniel Hamming": "nathaniel.hamming@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/uhnmdi/UHNTimeSeriesPlotView.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/NAteHAm80",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "UHNTimeSeriesPlotView": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "public_header_files": "Pod/Classes/**/*.h",
27   "frameworks": "UIKit"