blob: 445948e2cf3d6d84cbbc89a3c18c0dcc4e7495e9 [file] [log] [blame]
{
"name": "DPGraphView",
"version": "0.1",
"summary": "A reusable graphing view for iOS to easily plot continuous functions.",
"homepage": "https://github.com/donald-pinckney/DPGraphView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Donald Pinckney": "donald_pinckney@icloud.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/donald-pinckney/DPGraphView.git",
"tag": "0.1"
},
"source_files": "*.{h,m}",
"requires_arc": true
}