OYExtensions 1.0.4

OYExtensions 1.0.4

Maintained by Osman YILDIRIM.



  • By
  • osmanyildirim

Cocoapods SPM compatible Platforms Swift Xcode MIT

Some useful extension for Swift

Contents

Requirements

  • iOS 11.0+, tvOS 11.0+, watchOS 6.0+
  • Swift 5.0+

Installation

CocoaPods

Add the following line to your Podfile

pod 'OYExtensions'
Swift Package Manager
Add OYExtensions as a dependency to your Package.swift and specify OYExtensions as a target dependency:
import PackageDescription
  
let package = Package(
    name: "YOUR_PROJECT_NAME",
    targets: [],
    dependencies: [
        .package(url: "https://github.com/osmanyildirim/OYExtensions.git", .upToNextMinor(from: "1.0")),
    ],
    targets: [
        .target(
            name: "YOUR_PROJECT_NAME",
            dependencies: ["OYExtensions"])
    ]
)

Extensions

Combine Extensions
CoreGraphics Extensions
CoreLocation Extensions
Foundation Extensions
SwiftStdlib Extensions
UIGestureRecognizer Extensions
UIKit Extensions
WebKit Extensions
Other Extensions

License

OYExtensions is released under an MIT license. See LICENSE for details.