Swiftpack.co - szwathub/ExtrasKit as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by szwathub.
szwathub/ExtrasKit 2.0.5
A collection of useful Swift extension.
⭐️ 1
🕓 9 weeks ago
iOS
.package(url: "https://github.com/szwathub/ExtrasKit.git", from: "2.0.5")

ExtrasKit

Codecov CocoaPods Version CodeFactor Carthage Compatible

License Platform Contributions welcome

Requirements

Installation

CocoaPods

ExtrasKit is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'ExtrasKit'

Carthage

Carthage is a lightweight dependency manager for Swift and Objective-C. It leverages CocoaTouch modules and is less invasive than CocoaPods.

To install with carthage, follow the instruction on Carthage

Cartfile
github "szwathub/ExtrasKit"

Manual Installation

Copy and add all of the files in the ExtrasKit directory (and its subdirectories) into your project.

Author

szwathub, [email protected]

License

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

GitHub

link
Stars: 1
Last commit: 6 weeks ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

2.0.5
9 weeks ago

Change log

Added

  • Add a method that remove all duplicate elements for Sequence.
  • Add a method that create a file URL referencing the local file or directory at path.
  • Add a method that diff the original and the given sequences.
  • Add a method that intersect the original and the given sequences.
  • Add a method that crop image within aspect ratio specified by a CGSize.
  • Add a method that union the original and the given sequences.

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