Last active
January 12, 2018 19:38
-
-
Save vialyx/e9537631c6dbe21c6f6a0d6ea4aea5b2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Network | |
pod 'Moya' | |
pod 'Kingfisher' | |
# Analytics/Bugtracking | |
pod 'Fabric' | |
pod 'Crashlytics' | |
# UI Customization | |
pod 'SnapKit' | |
pod 'IHKeyboardAvoiding' | |
# Security | |
pod 'JWTDecode' | |
pod 'KeychainSwift' | |
# Storage | |
pod 'RealmSwift' | |
# QA Tool | |
pod 'Dotzu' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment