Skip to content

Appsaurus/RuntimeExtensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RuntimeExtensions

Swift Swift Package Manager License

Installation

RuntimeExtensions is available through Swift Package Manager. To install, simply add the following line to the dependencies in your Package.swift file.

let package = Package(
    name: "YourProject",
    dependencies: [
        ...
        .package(url: "https://github.com/Appsaurus/RuntimeExtensions", from: "1.0.0"),
    ],
    targets: [
      .testTarget(name: "YourApp", dependencies: ["RuntimeExtensions", ... ])
    ]
)
        

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

pod 'RuntimeExtensions', :git => "https://github.com/Appsaurus/RuntimeExtensions"

RuntimeExtensions is also available through Carthage. To install just write into your Cartfile:

github "Appsaurus/RuntimeExtensions"

Usage

Examples coming soon.

Contributing

We would love you to contribute to RuntimeExtensions, check the CONTRIBUTING file for more info.

License

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