Xcore is a collection of pure Swift and Cocoa Touch classes, extensions and components for rapid and safe iOS development. It provides a vast library of customizations and extensions to get tasks done with ease and bugs free. Check out the included example project and documentation to see how.
- iOS 9.0+
- Xcode 9.0+
- Swift 4.1+
Xcore is available through CocoaPods. To integrate Xcore into your Xcode project using CocoaPods, simply add the following line to your Podfile
:
pod 'Xcore'
Latest version
pod 'Xcore', :git => 'https://github.com/zmian/xcore.swift'
You can find the documentation here.
Documentation is generated with jazzy and hosted on GitHub-Pages. To regenerate documentation, run ./scripts/build_docs.sh
from the root directory in the repo.
Xcore is released under the MIT license. See LICENSE for details.