blob: b35f65232a87d03cc4cd23cab35b6966432531cd [file] [log] [blame]
{
"name": "QExpandableTableView",
"version": "0.1.1",
"summary": "Easy implementation of an expandable table view.",
"description": "The Cocoapod will be be an expandable table view. This cocoapod will show the user\n how to easily integrate an expandable table view, into a normal expandable table view.\nThis Cocoapod has very good documentation that allows the user to easily pin-point what\n \tthey have to do to easily implement the cocoapod.",
"homepage": "https://github.com/RupiDev/QExpandableTableView",
"license": "MIT",
"authors": {
"Rupin Bhalla": "rupin.bhalla@gmail.com"
},
"source": {
"git": "https://github.com/RupiDev/QExpandableTableView.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"QExpandableTableView": [
"Pod/Assets/*.png"
]
}
}