blob: a397e1c56b6b80d25961451d6bd9092aafc4013a [file] [log] [blame]
{
"name": "STableViewController",
"version": "0.0.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "http://github.com/shiki/STableViewController",
"summary": "A custom UIViewController with a UITableView which supports \"pull to refresh\" and \"load more\"",
"authors": {
"Shiki": "jayson@basanes.net"
},
"source": {
"git": "https://github.com/shiki/STableViewController.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "7.1"
},
"source_files": "STableViewController/*.{h,m}",
"requires_arc": false
}