| { |
| "name": "PullToMakeSoup", |
| "version": "1.2", |
| "summary": "Custom animated pull-to-refresh that can be easily added to UIScrollView", |
| "homepage": "http://yalantis.com/blog/how-we-built-customizable-pull-to-refresh-pull-to-cook-soup-animation/", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": "Yalantis", |
| "social_media_url": "https://twitter.com/yalantis", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/Yalantis/PullToMakeSoup.git", |
| "tag": "1.2" |
| }, |
| "source_files": "PullToMakeSoup/**/*.{h,m,swift}", |
| "resources": "PullToMakeSoup/**/*.{svg,png,xib,xcassets}", |
| "module_name": "PullToMakeSoup", |
| "requires_arc": true, |
| "frameworks": [ |
| "CoreGraphics", |
| "QuartzCore" |
| ], |
| "dependencies": { |
| "PullToRefresher": [ |
| "~> 1.0" |
| ] |
| } |
| } |