Latest | 1.1.1 |
---|---|
Homepage | https://github.com/airG/iOS-airUtilities |
License | Apache License, Version 2.0 |
Platforms | ios 8.0 |
Authors |
A framework of common iOS functions and extensions written in Swift.
How to use airUtilities
Installation is best managed using Carthage. Add github "airg/iOS-airUtilities"
to your cartfile and run carthage install
, see Carthage Installation Guide.
Documentation
Check out the documentation. All calls should also be documented in the generated Swift interface.
How it’s made
airUtilities is currently written in Swift 4 with Xcode 9.2.
Documentation is generated using Jazzy, a very useful tool for generating pretty docs.
Contributing
Before opening a pull request, be sure to run jazzy
to regenerate the docs.
Latest podspec
{ "name": "airUtilities", "version": "1.1.1", "summary": "A collection of iOS utility functions and extensions.", "description": "A collection of iOS utility functions and extensions used in airG iOS projects", "homepage": "https://github.com/airG/iOS-airUtilities", "license": "Apache License, Version 2.0", "authors": { "Steven Thompson": "[email protected]" }, "platforms": { "ios": "8.0" }, "source": { "git": "https://github.com/airG/iOS-airUtilities.git", "tag": "1.1.1" }, "source_files": [ "airUtilities", "airUtilities/**/*.{h,m}", "Sources" ], "pushed_with_swift_version": "4.0" }
Sat, 16 Dec 2017 10:20:04 +0000