What's Changed
- Refactor and enhance Refreshable project (#7) (3e3d3f5)
- Merge pull request #6 from hoangtaiki/spm (540e082)
- Update README and podspec (570f82c)
- Update the core logic function within the LoadMoreView to resolve issues related to content offset. (eea5846)
- Modify the project structure to accommodate Swift Package Manager (SPM). (c6620a3)
- Update .travis.yml (02a6562)
- Update .travis.yml (6e1be82)
- Update code base to Swift 5 (ff91d9a)
- Update .travis.yml (6d75311)
- Release version 1.2.0 (8decef8)
- Update Swift 4.2 (46427e1)
- Set minimum platform ios version is 9.0 (42c6aa6)
- Fix bug layout for animator's spinner. Bump version to 1.1.1 (4bafd09)
- Update README.md (917460f)
- Bump version to 1.1.0 (0fd9387)
- Add Package.swift and update README.md (82bd7df)
- Add travis (29facc3)
- Merge pull request #1 from hoangtaiki/develop (f8e27d9)
Full Changelog: 1.3.0...2.0.0
Installation
Swift Package Manager
dependencies: [
.package(url: "https://github.com/hoangtaiki/Refreshable.git", from: "2.0.0")
]CocoaPods
pod 'Refreshable', '~> 2.0.0'Carthage
github "hoangtaiki/Refreshable" ~> 2.0.0