blob: d44d4b038ccafb883846a83ff78684d88711443f [file] [log] [blame]
{
"name": "SmartStickyPullToRefresh",
"version": "0.1",
"summary": "Smart, sticky pull to refresh control for any UIScrollView.",
"description": "Smart, sticky pull to refresh control for any UIScrollView. Instead of relying on the header view of a table or collection view, SmartStickyPullToRefresh uses a custom banner view that drops down from a user-selected `parentView` after a `parentScrollView` surpasses `stickyScrollViewActivationOffset` (use `stickyScrollViewPreActivationOffset` for pre-activation instructions and `stickyScrollViewDeactivationOffset` to hide these instructions).",
"homepage": "https://github.com/insanj/SmartStickyPullToRefresh",
"screenshots": [
"https://raw.githubusercontent.com/insanj/SmartStickyPullToRefresh/master/Example/Screenshots/screenie_1.png",
"https://raw.githubusercontent.com/insanj/SmartStickyPullToRefresh/master/Example/Screenshots/screenie_2.png",
"https://raw.githubusercontent.com/insanj/SmartStickyPullToRefresh/master/Example/Screenshots/screenie_3.png"
],
"license": "MIT",
"authors": {
"insanj": "insanjmail@gmail.com"
},
"source": {
"git": "https://github.com/insanj/SmartStickyPullToRefresh.git",
"tag": "0.1"
},
"social_media_url": "https://twitter.com/insanj",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SmartStickyPullToRefresh": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit",
"dependencies": {
"CompactConstraint": [
]
}
}