blob: 2c1f31fab07d7962453154d8f78528d6cd934a40 [file] [log] [blame]
{
"name": "ios-linechart",
"version": "1.0.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.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"ios-linechart/LegendView.{h,m}",
"ios-linechart/LineChartView.{h,m}",
"ios-linechart/InfoView.{h,m}"
],
"frameworks": [
"CoreFoundation",
"UIKit",
"CoreGraphics"
],
"requires_arc": true,
"dependencies": {
"objc-utils": [
"~> 0.3.3"
]
}
}