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