iOSCore
1.0.0
プロジェクトのサンプルを実行するには、リポジトリをクローンし、最初にディレクトリの例からpod installを実行します。
IOSCOREはココアポッドにプッシュされません。試してみたい場合は、次の行をPodfileに追加してください。
pod 'CoreBase' , :git => 'https://github.com/dungntm58/iOSCore'
pod 'CoreRedux' , :git => 'https://github.com/dungntm58/iOSCore'または、次のようなサブライブラリをインストールすることもできます
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]
このライブラリはMITライセンスの下にあります。詳細については、ライセンスファイルを参照してください