blob: f784e2a247de5ecf07bc67fc0f2a5c483d63fb64 [file] [log] [blame]
{
"name": "ILG",
"version": "0.1.0",
"summary": "A simplified line graph with Robinhood-esque interaction. Because there aren't enough iOS graph libraries on Github.",
"platforms": {
"ios": "11.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": "0.1.0"
},
"frameworks": "UIKit",
"source_files": "InteractiveLineGraph/Sources/**/*.{swift}",
"requires_arc": true,
"swift_version": "4.2"
}