Latest | 2.0.1 |
---|---|
Homepage | https://github.com/wolfmcnally/WolfWith |
License | MIT |
Platforms | ios 9.3, osx 10.13, tvos 11.0 |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Swift 4.2
Installation
WolfWith is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'WolfWith'
Author
Wolf McNally, [email protected]
License
WolfWith is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "WolfWith", "version": "2.0.1", "summary": "A Swift implementation of the With-Operator.", "homepage": "https://github.com/wolfmcnally/WolfWith", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Wolf McNally": "[email protected]" }, "source": { "git": "https://github.com/wolfmcnally/WolfWith.git", "tag": "2.0.1" }, "source_files": "Sources/WolfWith/**/*", "swift_versions": "5.0", "platforms": { "ios": "9.3", "osx": "10.13", "tvos": "11.0" }, "module_name": "WolfWith" }
Tue, 26 Mar 2019 11:46:05 +0000