blob: fae7d2e57e927b6c3a7c5f3b90aeda766f6a31bc [file] [log] [blame]
{
"name": "MCTimeSeriesView",
"version": "0.1",
"platforms": {
"ios": "7.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A light-weight solution for displaying time series charts.",
"homepage": "https://github.com/matthewcheok/MCTimeSeriesView",
"authors": {
"Matthew Cheok": "cheok.jz@gmail.com"
},
"requires_arc": true,
"source": {
"git": "https://github.com/matthewcheok/MCTimeSeriesView.git",
"branch": "master",
"tag": "0.1"
},
"source_files": "MCTimeSeriesView/*.{h,m}",
"public_header_files": "MCTimeSeriesView/*.h"
}