blob: 95fab98465b98039f0d1e4be9ba8213f9bbc724c [file] [log] [blame]
{
"name": "SwiftChart",
"version": "0.4.0",
"summary": "Line and area chart library",
"description": "Support multiple and partially filled series, signed floats, touch events.",
"homepage": "https://github.com/gpbl/SwiftChart",
"license": "MIT",
"authors": {
"Giampaolo Bellavite": "io@gpbl.org"
},
"source": {
"git": "https://github.com/gpbl/SwiftChart.git",
"tag": "0.4.0"
},
"social_media_url": "https://twitter.com/gpblv",
"platforms": {
"ios": "8.3"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"frameworks": "UIKit"
}