| { |
| "name": "RCRTableViewRefreshController", |
| "version": "1.0.1", |
| "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.1" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": [ |
| "RCRTableViewRefreshController/*.{h,m}" |
| ], |
| "frameworks": "UIKit" |
| } |