Fixing swift package manifest.
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"
Examples coming soon.
We would love you to contribute to RuntimeExtensions, check the CONTRIBUTING file for more info.
RuntimeExtensions is available under the MIT license. See the LICENSE file for more info.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
RuntimeExtensions
Installation
RuntimeExtensions is available through Swift Package Manager. To install, simply add the following line to the dependencies in your Package.swift file.
RuntimeExtensions is available through CocoaPods. To install it, simply add the following line to your Podfile:
RuntimeExtensions is also available through Carthage. To install just write into your Cartfile:
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.