blob: ca80cc4622641b85d2b309500231cea19a0fc82b [file] [log] [blame]
{
"name": "TAXSpreadSheet",
"version": "0.1.0",
"summary": "A view that display cells like spreadsheet.",
"description": " A longer description of TAXSpreadSheet 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!\n",
"homepage": "https://github.com/kanaishinichi/TAXSpreadSheet",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Shinichi Kanai": "shinichi.kanai@twelve-axis.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/kanaishinichi/TAXSpreadSheet.git",
"tag": "0.1.0"
},
"source_files": "TAXSpreadSheet/**/*.{h,m}",
"requires_arc": true
}