blob: 41c3b85b7e0c67cb0831ba34b71904e6b016600a [file] [log] [blame]
{
"name": "Cocoa-Charts",
"version": "0.2",
"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"
},
"requires_arc": true,
"public_header_files": "src/CocoaCharts/CocoaCharts.h",
"source_files": "src/CocoaCharts/*.{h,m}"
}