[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / c / f / 0 / SwiftRPlot / 0.0.1 / SwiftRPlot.podspec.json
blobb7c7df3ff21d792e13d6b0cc40309cdca738798d
2   "name": "SwiftRPlot",
3   "version": "0.0.1",
4   "summary": "A swift module for real-time time series data visualization on macOS/iOS",
5   "description": "Plotting time series data such as analog signals in real-time can be difficult. Charting solutions\n  currently available are not fine-tuned for real-time plots and can be CPU/RAM intensive so I've decided to address this.\n\n  This project was partly inspired from the tiredness of having 3rd party library fails after OS updates.\n  Thus, the project will be as lightweight as possible and purely Swift & Cocoa(Touch) based to minimalize problems & update time when new OS arrives.",
6   "homepage": "https://github.com/kalanyuz/SwiftR",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kalanyuz": "kalanyuz@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/kalanyuz",
15   "platforms": {
16     "ios": "10.2",
17     "osx": "10.12"
18   },
19   "source": {
20     "git": "https://github.com/kalanyuz/SwiftR.git",
21     "commit": "b8c41f48dfab09888613da953e89037becc46e59",
22     "tag": "v0.0.1alpha"
23   },
24   "source_files": "CommonSource/common/*.{h,swift}",
25   "ios": {
26     "source_files": "CommonSource/iOS/*.{swift}",
27     "frameworks": "UIKit"
28   },
29   "osx": {
30     "source_files": "CommonSource/macOS/*.{swift}",
31     "frameworks": [
32       "Cocoa",
33       "AppKit"
34     ]
35   },
36   "frameworks": "Foundation",
37   "pushed_with_swift_version": "3.0"