Swiftpack.co - antoninbiret/ABSteppedProgressBar as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by antoninbiret.
antoninbiret/ABSteppedProgressBar 0.2.3
ABSteppedProgressBar is an animated and customisable stepped progress bar for iOS written in Swift
⭐️ 162
🕓 18 weeks ago
iOS
.package(url: "https://github.com/antoninbiret/ABSteppedProgressBar.git", from: "0.2.3")

ABSteppedProgressBar

Build Status Version License Platform

ABSteppedProgressBar

ABSteppedProgressBar is animated and customisable stepped progress bar for iOS written in Swift.

Example

First thing is to import the framework. See the Installation instructions, on how to add the framework to your project.

Run the Exemple project to see it in action !

Requirements

ABSteppedProgressBar requires at least iOS 9 or above.

Installation

CocoaPods

CocoaPods

At this time, CocoaPods support for Swift frameworks is supported in a pre-release.

To use ABSteppedProgressBar in your project add the following 'Podfile' to your project

source 'https://github.com/CocoaPods/Specs.git'

pod 'ABSteppedProgressBar'

Run:

pod install

Then, import the module :

import ABSteppedProgressBar

Swift Package Manager

The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler.

Once you have your Swift package set up, adding Device as a dependency is as easy as adding it to the dependencies value of your Package.swift.

dependencies: [
    .package(url: "https://github.com/antoninbiret/ABSteppedProgressBar.git", from: "0.2.3")
]

License

ABSteppedProgressBar is licensed under the MIT License.

Contact

Antonin Biret

Maintenance

Pran Kishore

Coming soon

  • Carthage Support

GitHub

link
Stars: 162
Last commit: 6 days ago
jonrohan Something's broken? Yell at me @ptrpavlik. Praise and feedback (and money) is also welcome.

Release Notes

Swift 5 Updates + SPM Support
18 weeks ago

Update framework version for new cocoa pods release Run project through new cocoa pods version. this changes pods files and it's related script drop support for iOS 8. Minimum iOS version supported is iOS 9 Provide support for Swift package manager Update readme and contact for maintenance

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics