| { |
| "name": "MNMPullToRefresh", |
| "version": "0.0.1", |
| "summary": ".", |
| "description": " Solution to add pull-to-refresh feature at the top of an UITableView.\n", |
| "homepage": "https://github.com/emenegro/pull-to-refresh", |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "authors": "Mario Negro", |
| "license": "Copyright", |
| "requires_arc": true, |
| "source": { |
| "git": "https://github.com/emenegro/pull-to-refresh.git", |
| "commit": "2ddf85d5a42d93df8300f5ee08ea9068a1e677db" |
| }, |
| "source_files": "pull-to-refresh/MNMPullToRefresh/*.{h,m}", |
| "resources": "pull-to-refresh/MNMPullToRefresh/*.{png,strings}" |
| } |