blob: ec46cf1ffff05b171ac71c1658d5a204be4985f9 [file] [log] [blame]
{
"name": "ios-linechart",
"version": "1.3.0",
"summary": "Interactive line charts / plots for the simplicity-loving iOS developer.",
"homepage": "https://github.com/mruegenberg/ios-linechart",
"screenshots": [
"https://raw.github.com/mruegenberg/ios-linechart/master/doc/screenshot1.png",
"https://raw.github.com/mruegenberg/ios-linechart/master/doc/screenshot2.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marcel Ruegenberg": "github@dustlab.com"
},
"source": {
"git": "https://github.com/mruegenberg/ios-linechart.git",
"tag": "1.3.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"ios-linechart/LCLegendView.{h,m}",
"ios-linechart/LCLineChartView.{h,m}",
"ios-linechart/LCInfoView.{h,m}",
"ios-linechart/LineChart.h"
],
"frameworks": [
"CoreFoundation",
"UIKit",
"CoreGraphics"
],
"requires_arc": true,
"dependencies": {
"uikit-utils": [
"~> 0.5.0"
]
}
}