| { |
| "name": "SYRefreshSwift", |
| "version": "1.0.0", |
| "summary": "SY Refresh Swift,下拉刷新组件,使用简单,几行代码即可实现下拉刷新,任何UIScrollView及子类可使用。", |
| "description": "SY Refresh Swift,简单易用的下拉刷新组件,低耦合,使用简单,几行代码即可实现下拉刷新,任何UIScrollView及子类可使用。", |
| "homepage": "https://github.com/reesun1130/SYRefreshSwift", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE_SY.txt" |
| }, |
| "authors": { |
| "reesun": "ree.sun.cn@hotmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/reesun1130/SYRefreshSwift.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "SYRefreshSwift/*.swift", |
| "resources": "SYRefreshSwift/*.{png,bundle}", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "pushed_with_swift_version": "3.0" |
| } |