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