blob: ac5f3671464788709fe953cdb177f1a04a86df19 [file] [log] [blame]
{
"name": "JKExpandTableView",
"version": "0.0.1",
"summary": "JKExpandTableView is a subclass of UITableView for iOS that makes it easy to create a table view with expandable/collapsable rows.",
"description": " A longer description of JKExpandTableView 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/rishabhtayal/JKExpandTableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rishabh Tayal": "rtayal11@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/rishabhtayal/JKExpandTableView.git",
"tag": "0.0.1"
},
"source_files": [
"ExpandTableView",
"ExpandTableView/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}