blob: 8d4211a87557500cdf6de9406867de8e0576d94e [file] [log] [blame]
{
"name": "PullToMakeSoup",
"version": "2.0",
"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": "2.0"
},
"source_files": "PullToMakeSoup/**/*.{h,m,swift}",
"resources": "PullToMakeSoup/**/*.{svg,png,xib,xcassets}",
"module_name": "PullToMakeSoup",
"requires_arc": true,
"frameworks": [
"CoreGraphics",
"QuartzCore"
],
"dependencies": {
"PullToRefresher": [
"~> 2.0"
]
}
}