iOSCore
1.0.0
Um das Beispielprojekt auszuführen, klonen Sie das Repo und führen Sie zuerst pod install aus dem Beispielverzeichnis aus.
Ioscore wird nicht zu Cocoapods gedrückt. Wenn Sie es ausprobieren möchten, fügen Sie bitte die folgende Zeile zu Ihrem Podfile hinzu:
pod 'CoreBase' , :git => 'https://github.com/dungntm58/iOSCore'
pod 'CoreRedux' , :git => 'https://github.com/dungntm58/iOSCore'Oder Sie können Subbibliotheken wie installieren
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, [email protected]
Diese Bibliothek steht unter MIT -Lizenz. Weitere Informationen finden Sie unter Lizenzdatei