blob: e423a89c0db5e951c172ae9647ce678e4668f659 [file] [log] [blame]
{
"name": "ILG",
"version": "0.1.2",
"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": "0.1.2"
},
"frameworks": "UIKit",
"source_files": "InteractiveLineGraph/Sources/**/*.{swift}",
"requires_arc": true,
"swift_version": "4.2"
}