Kazaguruma for Swift
Kazaguruma is a loading indicator View that can be multiple display on the screen.
Requirements
- iOS 9.3+
- Xcode 8.3+
CocoaPods
Kazaguruma is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "Kazaguruma"
Then, run the following code:
$ pod install
Carthage
Carthage is a decentralized dependency manager for Cocoa application.
$ brew update
$ brew install carthage
To integrate Kingfisher into your Xcode project using Carthage, specify it in your Cartfile
:
github "nakajijapan/Kazaguruma"
Then, run the following command to build the Kingfisher framework:
$ carthage update
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Author
License
Kazaguruma is available under the MIT license. See the LICENSE file for more info.