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