Latest | 0.0.8 |
---|---|
Homepage | https://github.com/qiuncheng/SimpleRefresh |
License | MIT |
Platforms | ios 8.0 |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
SimpleRefresh is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'SimpleRefresh'
Author
License
SimpleRefresh is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "SimpleRefresh", "version": "0.0.8", "summary": "So simple pull to refresh framework in iOS written by Swift5", "description": "A simple pull to refresh lib with highly customizable animation.", "homepage": "https://github.com/qiuncheng/SimpleRefresh", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "qiuncheng": "[email protected]" }, "source": { "git": "https://github.com/qiuncheng/SimpleRefresh.git", "tag": "0.0.8" }, "social_media_url": "https://twitter.com/vsccw", "platforms": { "ios": "8.0" }, "swift_version": "5.0", "source_files": "SimpleRefresh/Classes/**/*", "resources": [ "SimpleRefresh/Assets/*.xcassets" ] }
Sun, 26 May 2019 10:48:07 +0000