Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nonchalant/staticdi
https://github.com/nonchalant/staticdi
dependency-injection highsierra swift xcode
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nonchalant/staticdi
- Owner: Nonchalant
- Created: 2017-10-16T07:56:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-18T06:43:02.000Z (about 7 years ago)
- Last Synced: 2024-11-07T09:39:19.224Z (3 months ago)
- Topics: dependency-injection, highsierra, swift, xcode
- Language: Ruby
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StaticDI
![Xcode](https://img.shields.io/badge/Xcode-9.0-brightgreen.svg)
![Swift](https://img.shields.io/badge/Swift-3.2-brightgreen.svg)
[![Homebrew](https://img.shields.io/badge/Homebrew-1.3.4-brightgreen.svg)](http://brew.sh/index_ja.html)
[![CocoaPods](https://img.shields.io/badge/CocoaPdos-1.3.1-brightgreen.svg)](https://cocoapods.org)
[![SwiftLint](https://img.shields.io/badge/SwiftLint-0.23.0-brightgreen.svg)](https://github.com/realm/SwiftLint)## Setup
### XcodeGen
```
$ brew tap yonaskolb/XcodeGen https://github.com/yonaskolb/XcodeGen.git
$ brew install XcodeGen
```### Gem
```
$ bundle install --path=vendor/bundle
```### Runs setup
```
$ bundle exec fastlane ios setup
```