https://github.com/dungntm58/ioscore
An architecture, util modules and declarative table view/collection view and so on
https://github.com/dungntm58/ioscore
clean-architecture clean-code combine declarative-programming ios mobile-development reactive-programming redux rxswift swift
Last synced: 6 months ago
JSON representation
An architecture, util modules and declarative table view/collection view and so on
- Host: GitHub
- URL: https://github.com/dungntm58/ioscore
- Owner: dungntm58
- License: mit
- Created: 2019-06-26T03:32:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T07:59:07.000Z (over 1 year ago)
- Last Synced: 2024-06-18T08:39:13.439Z (over 1 year ago)
- Topics: clean-architecture, clean-code, combine, declarative-programming, ios, mobile-development, reactive-programming, redux, rxswift, swift
- Language: Swift
- Homepage:
- Size: 793 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CoreCleanSwift
[](https://travis-ci.org/dungntm58/iOSCore)
[](https://cocoapods.org/pods/iOSCore)
[](https://cocoapods.org/pods/iOSCore)
[](https://cocoapods.org/pods/iOSCore)
## 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:
```ruby
pod 'CoreBase', :git => 'https://github.com/dungntm58/iOSCore'
pod 'CoreRedux', :git => 'https://github.com/dungntm58/iOSCore'
```
Or you could install sub libraries like
```ruby
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'
```
```ruby
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

## Author
dungntm58, minhdung.uet.work@gmail.com
## License
This library is under MIT Licence. See LICENSE file for more details