blob: c8889db361bc59d6198f72f65053f7fe9c68d5b7 [file] [log] [blame]
{
"name": "JECorePlotDigester",
"version": "0.1.5",
"summary": "JECorePlotDigester is an encapsulation for BarChart、SimplePieChart、CurvedPlotChat base on CorePlot",
"description": "A longer description of JECorePlotDigester 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/maintiendrai/JECorePlotDigester",
"license": "MIT",
"authors": {
"lilkr": "maintiendrai@gmail.com"
},
"social_media_url": "http://twitter.com/lilkr",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/maintiendrai/JECorePlotDigester.git",
"tag": "0.1.5"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"CorePlot": [
"~> 1.6"
]
}
}