Skip to content

sukov/WaveProgressView

Repository files navigation

WaveProgressView

CI Status Version License Language Swift Platform

WaveProgressView

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

To integrate WaveProgressView into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!

target '<Your Target Name>' do
pod 'WaveProgressView'
end

Then, run the following command:

$ pod install

Usage

Import

import WaveProgressView

Author

sukov, gorjan5@hotmail.com

License

WaveProgressView is available under the MIT license. See the LICENSE file for more info.