blob: a632d916832a0956ca598365966e945d27f5845d [file] [log] [blame]
{
"name": "SBGraph",
"version": "1.0.1",
"summary": "A lightweight line graphing library.",
"description": "A lightweight line graphing library. I built this for my app Tunerval.",
"homepage": "https://github.com/rednebmas/SBGraph",
"license": "MIT",
"authors": {
"Sam Bender": "rednebmas@gmail.com"
},
"source": {
"git": "https://github.com/rednebmas/SBGraph.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "SBGraph/*.{h,m}"
}