https://github.com/sukov/waveprogressview
Water wave progressbar
https://github.com/sukov/waveprogressview
ios pod swift
Last synced: about 1 year ago
JSON representation
Water wave progressbar
- Host: GitHub
- URL: https://github.com/sukov/waveprogressview
- Owner: sukov
- License: mit
- Created: 2017-12-19T13:28:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T13:06:05.000Z (about 7 years ago)
- Last Synced: 2025-04-14T11:55:48.012Z (about 1 year ago)
- Topics: ios, pod, swift
- Language: Swift
- Homepage:
- Size: 954 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WaveProgressView
[](https://travis-ci.org/sukov/WaveProgressView)
[](http://cocoapods.org/pods/SHGWebViewController)
[](http://cocoapods.org/pods/WaveProgressView)
[](https://swift.org)
[](http://cocoapods.org/pods/WaveProgressView)

## Installation
### CocoaPods
[CocoaPods](http://cocoapods.org) is a dependency manager for Cocoa projects. You can install it with the following command:
```bash
$ gem install cocoapods
```
To integrate WaveProgressView into your Xcode project using CocoaPods, specify it in your `Podfile`:
```ruby
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!
target '' do
pod 'WaveProgressView'
end
```
Then, run the following command:
```bash
$ pod install
```
## Usage
### Import
```swift
import WaveProgressView
```
## Author
sukov, gorjan5@hotmail.com
## License
WaveProgressView is available under the MIT license. See the LICENSE file for more info.