Skip to content

An architecture, util modules and declarative table view/collection view and so on

License

Notifications You must be signed in to change notification settings

dungntm58/iOSCore

Repository files navigation

CoreCleanSwift

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

  • Swift 5.2
  • XCode 11.3
  • iOS 10.0

Installation

iOSCore is not pushed to CocoaPods. If you want to try, please add the following line to your Podfile:

pod 'CoreBase', :git => 'https://github.com/dungntm58/iOSCore'
pod 'CoreRedux', :git => 'https://github.com/dungntm58/iOSCore'

Or you could install sub libraries like

pod 'CoreBase-Rx/Basics', :git => 'https://github.com/dungntm58/iOSCore'
pod 'CoreList', :git => 'https://github.com/dungntm58/iOSCore'
pod 'CoreRepository-Rx/Basics', :git => 'https://github.com/dungntm58/iOSCore'
pod 'CoreRepository-Rx/Request', :git => 'https://github.com/dungntm58/iOSCore'
pod 'CoreBase-Combine/Basics', :git => 'https://github.com/dungntm58/iOSCore'
pod 'CoreRepository-Combine/Basics', :git => 'https://github.com/dungntm58/iOSCore'
pod 'CoreRepository-Combine/Request', :git => 'https://github.com/dungntm58/iOSCore'

Overview

alt text

Author

dungntm58, minhdung.uet.work@gmail.com

License

This library is under MIT Licence. See LICENSE file for more details