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
- Host: GitHub
- URL: https://github.com/binaryloader/synstagram-module-dependencies
- Owner: binaryloader
- License: mit
- Created: 2026-02-14T16:36:15.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-05-04T18:27:21.000Z (about 2 months ago)
- Last Synced: 2026-05-04T18:35:10.285Z (about 2 months ago)
- Topics: cocoapods, dependency-injection, ios, module, swift
- Language: Ruby
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.