| { |
| "name": "NBPullToRefresh", |
| "version": "0.1.0", |
| "summary": "A PullToRefresh Category used on iOS.", |
| "description": " a categroy of UIScrollView, implement pull to refresh and infinite refresh.\n", |
| "homepage": "https://github.com/nova8ossa/NBPullToRefresh", |
| "license": "MIT", |
| "authors": { |
| "梵天": "nova8ossa@gmail.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source": { |
| "git": "https://github.com/nova8ossa/NBPullToRefresh.git", |
| "tag": "0.1.0" |
| }, |
| "source_files": "NBPullToRefresh/*", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ] |
| } |