An open API service indexing awesome lists of open source software.

https://github.com/binaryloader/synstagram-module-dependencies

Dependency injection module for Synstagram iOS app
https://github.com/binaryloader/synstagram-module-dependencies

cocoapods dependency-injection ios module swift

Last synced: 9 days ago
JSON representation

Dependency injection module for Synstagram iOS app

Awesome Lists containing this project

README

          

English | [한국어](docs/i18n/ko/README.md) | [日本語](docs/i18n/ja/README.md)

# synstagram-module-dependencies

Dependency injection module for the Synstagram iOS app, distributed as a CocoaPods pod.

## Modules

### Login
Dependency protocol definitions for the login scene.

### AlbumList
Dependency protocol definitions for the album list scene.

## Installation

Add the private spec repo and pod to your `Podfile`:

```ruby
source 'https://github.com/binaryloader/synstagram-module-cocoapods-specs.git'

pod 'Dependencies/Login'
pod 'Dependencies/AlbumList'
```

## Related Repositories

- https://github.com/binaryloader/synstagram-app
- https://github.com/binaryloader/synstagram-module-cocoapods-specs

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.