blob: ba7532c46eb05bc0ec59d90a2cf63779cf69788c [file] [log] [blame]
{
"name": "Grapher",
"version": "0.0.2",
"summary": "A simple Swift graphing library.",
"description": "A simple Swift graphing library.\n\nCurrently, only supports basic line graphs.",
"homepage": "https://github.com/imperiopolis/Grapher",
"license": "MIT",
"authors": {
"Imperiopolis": "me@trappdesign.net"
},
"source": {
"git": "https://github.com/imperiopolis/Grapher.git",
"tag": "0.0.2"
},
"social_media_url": "https://twitter.com/imperiopolis",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Grapher/*.swift"
}