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