blob: e6f9c537c9c0018661fc646a8a3311a3a8d70bb0 [file] [log] [blame]
{
"name": "PSTreeGraph",
"version": "0.0.1",
"summary": "PSTreeGraph should be considered an viable solution for displaying single parent tree data in an interactive hierarchy.",
"description": "A longer description of PSTreeGraph in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/0xPr0xy/PSTreeGraph",
"screenshots": "https://camo.githubusercontent.com/bec132470b460879f9f5b0b1a5ef5c7fb147f261/687474703a2f2f6661726d372e7374617469632e666c69636b722e636f6d2f363139332f363035353032323130355f616238333162326438652e6a7067",
"license": "BSD",
"authors": {
"0xPr0xy": "0xPr0xy@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/0xPr0xy/PSTreeGraph.git",
"tag": "0.0.1"
},
"source_files": [
"PSTreeGraphView",
"PSTreeGraphView/**/*.{h,m}"
],
"exclude_files": "PSTreeGraphView/Exclude",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
]
}