| { |
| "name": "ILG", |
| "version": "1.0.0", |
| "summary": "A simplified line graph with Robinhood-esque interaction. Because there aren't enough iOS graph libraries on Github.", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "homepage": "https://github.com/joeynelson42/ILG", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Joey": "joeynelson42@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/joeynelson42/ILG.git", |
| "tag": "1.0.0" |
| }, |
| "frameworks": "UIKit", |
| "source_files": "InteractiveLineGraph/Sources/**/*.{swift}", |
| "requires_arc": true, |
| "swift_version": "4.2" |
| } |