| { |
| "name": "EDLoader", |
| "version": "0.1.0", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "homepage": "https://github.com/edoohwang", |
| "authors": { |
| "edoohwang": "edoohwang@gmail.com" |
| }, |
| "summary": "This is a View can add to UIScrollView, then load more data through pull and drag action", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/edoohwang/EDLoader.git", |
| "tag": "0.1.0" |
| }, |
| "source_files": "EDLoader/EDLoader/**/*.{swift}", |
| "resources": "EDLoader/EDLoader/**/*.bundle", |
| "requires_arc": true |
| } |