blob: d9ba0912dcbc2b5d12c43290309cac66a48ef6ee [file] [log] [blame]
{
"name": "PullToMakeFlight",
"version": "1.0",
"summary": "Custom animated pull-to-refresh that can be easily added to UIScrollView",
"homepage": "http://yalantis.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Yalantis",
"social_media_url": "https://twitter.com/yalantis",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Yalantis/PullToMakeFlight.git",
"tag": "1.0"
},
"source_files": "PullToMakeFlight/**/*.{h,swift}",
"resources": "PullToMakeFlight/**/*.{png,xib}",
"module_name": "PullToMakeFlight",
"requires_arc": true,
"frameworks": "CoreGraphics"
}