blob: e1a0fe210fee73b62619e2df9a4d5b311d2236f0 [file] [log] [blame]
{
"name": "RCRTableViewRefreshController",
"version": "1.0.0",
"summary": "A simple workaround for using the standard iOS UIRefreshControl with a regular UITableView without needing a UITableViewController.",
"homepage": "https://github.com/robinsonrc/RCRTableViewRefreshController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Rich Robinson",
"source": {
"git": "https://github.com/robinsonrc/RCRTableViewRefreshController.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"RCRTableViewRefreshController/*.{h,m}"
],
"frameworks": "UIKit"
}