Latest | 1.0.0 |
---|---|
Homepage | https://github.com/switchkit/switchkit-cocoa |
License | MIT |
Platforms | ios 10.0, osx 10.12, tvos 10.0 |
Authors |
SwitchKit for iOS & OS X
A Swift Framework for iOS & OS X that let you change the behavior and appearance of your app without requiring users to download an app update.
Disclaimer
SwitchKit is at its early stage of development.
Star the project, and watch the project ("Releases only" would be enough) to be notified when SwitchKit will be ready ;)
Path to first release
- [ ] Stabilize SwitchKit API
- [x] Enforce strong coding standards with swiftlint, ~swiftformat~ ASAP
- [ ] Implement missing features
- [ ] Get ready for Carthage, Cocoapods, SwiftPM
- [ ] Documentation (Jazzy or Docusaurus)
- [ ] provide an example app
- [ ] Github Page
- [ ] Unit test (target 80% coverage)
- [x] Integrate external CI (travis)
Latest podspec
{ "name": "SwitchKit", "version": "1.0.0", "license": "MIT", "summary": "A Swift Framework for iOS & OS X that let you change the behavior and appearance of your app without requiring an app update.", "homepage": "https://github.com/switchkit/switchkit-cocoa", "authors": { "SwitchKit": "https://github.com/switchkit" }, "source": { "git": "https://github.com/switchkit/switchkit-cocoa.git", "tag": "1.0.0" }, "platforms": { "ios": "10.0", "osx": "10.12", "tvos": "10.0" }, "source_files": "Source/*.swift", "swift_versions": "5.0", "swift_version": "5.0" }
Sat, 01 Jun 2019 10:10:05 +0000