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