blob: 64c238c2bbe9a4270b5fdb7f181f06670fcf5936 [file] [log] [blame]
{
"name": "TAXHeaderSheet",
"version": "0.1.0",
"summary": "A spreadsheet view that have header/footer.",
"homepage": "https://github.com/kanaishinichi/TAXHeaderSheet",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Shinichi Kanai": "shinichi.kanai@twelve-axis.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/kanaishinichi/TAXHeaderSheet.git",
"tag": "0.1.0"
},
"source_files": "TAXHeaderSheet/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"TAXSpreadSheet": [
">= 0.1.1"
]
}
}