Latest | 0.1.0 |
---|---|
Homepage | https://github.com/svdahlberg/SpinnerView |
License | MIT |
Platforms | ios 8.0 |
Frameworks | UIKit |
Authors |
A material design like loading indicator with success and fail animations.
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
- iOS 9.3
- Swift 4.0
Installation
SpinnerView is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'SpinnerView'
Author
Svante Dahlberg, [email protected]
License
SpinnerView is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "SpinnerView", "version": "0.1.0", "summary": "A material design like loading indicator with success and fail animations.", "description": "A material design like loading indicator with success and fail animations. Written in Swift and easy to use.", "homepage": "https://github.com/svdahlberg/SpinnerView", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "svdahlberg": "[email protected]" }, "source": { "git": "https://github.com/svdahlberg/SpinnerView.git", "tag": "0.1.0" }, "platforms": { "ios": "8.0" }, "source_files": "SpinnerView/Classes/**/*", "frameworks": "UIKit", "pushed_with_swift_version": "4.0" }
Mon, 18 Dec 2017 11:20:17 +0000