To run the example project, clone the repo, and run pod install
from the Example directory first.
- Swift 5.2
- XCode 11.3
- iOS 10.0
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'
dungntm58, minhdung.uet.work@gmail.com
This library is under MIT Licence. See LICENSE file for more details