blob: d27dc88efe232c0671dc91985f0bd715f9d921f3 [file] [log] [blame]
{
"name": "CHRadarGraph",
"version": "0.1.4",
"summary": "Create a circular bar graph.",
"description": "Create a circular bar graph. Supports Swift 2.2+ / iOS 9+",
"homepage": "https://github.com/cnharris10/CHRadarGraph",
"license": "MIT",
"authors": {
"Christopher Harris": "cnharris@gmail.com"
},
"source": {
"git": "https://github.com/cnharris10/CHRadarGraph.git",
"tag": "0.1.4"
},
"social_media_url": "https://twitter.com/cnharris10",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CHRadarGraph": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}