tbointeractive/bytes
**bytes** is a set of tools to cover many all-day tasks in iOS development.
Get started
Install via CocoaPods
Add the bytes Pod
pod 'bytes'The CommonCrypto Dilema: To provide little hashing helpers such as public var md5: String in String+Hashes.swift, bytes uses the static C Library CommonCrypto. During the pod install we include CommonCrypto by modulemaps (CocoaPods/) in the framework. Those modulemaps have strong references to the default installation path of Xcode (/Applications/Xcode.app).
Usage
Please read the documentation to find out about all the existing bytes.
Developing
Implementing your own byte
Please start a discussion about a byte before implementing one of your own. We love to discuss new ideas and get a concept straigt early on.
Testing
Please ensure proper testing of all your code whilst not blindly watching the coverage percentage.
Documentation
Please add proper documentation to your code (Xcode Editor -> Structure -> Add Documentation). We use jazzy to generate the docset. Use the jazzy command to generate it on your own machine.
License
This project is licensed under the terms of the MIT license. See the LICENSE file.
Package Metadata
Repository: tbointeractive/bytes
Default branch: master
README: README.md