blob: 7727e75f42f6b28ae94e9eeb4cd29e9d981f0072 [file] [log] [blame]
{
"name": "Cocoa-Charts",
"version": "0.2.0.1",
"summary": "Cocoa-Charts is an open-source iOS developing framework written in Objective-c on Apple Cocoa SDK.",
"homepage": "https://github.com/limccn/Cocoa-Charts",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE.txt"
},
"authors": {
"limccn": "limc.cn@me.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/limccn/Cocoa-Charts.git",
"tag": "v0.2.0.1"
},
"requires_arc": true,
"public_header_files": "src/CocoaCharts/*.{h,hh}",
"source_files": "src/CocoaCharts/*.{h,hh,m,mm}"
}