| { |
| "name": "ScrollViewDelegateProxy", |
| "version": "1.0.0", |
| "summary": "Make it possible to set multiple delegates for a UIScrollView", |
| "description": "It's probably useful when you can't change a UIScrollView's delegate implementation(maybe it's in a framework), but you really want to add some codes in the delegate implementation.", |
| "homepage": "https://github.com/songhailiang/ScrollViewDelegateProxy", |
| "license": "MIT", |
| "authors": { |
| "hailiang.song": "hailiang.song@nuelion.com.cn" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/songhailiang/ScrollViewDelegateProxy.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "Sources", |
| "requires_arc": true, |
| "pushed_with_swift_version": "3.0" |
| } |