From 72d4651848dbc0823940c2324a2fb0142c58c59f Mon Sep 17 00:00:00 2001 From: Hiroshi Kimura Date: Sat, 2 Jan 2021 13:24:39 +0900 Subject: [PATCH 1/2] Update RxCoreStore.podspec --- RxCoreStore.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RxCoreStore.podspec b/RxCoreStore.podspec index 5115c60..7aa36b4 100644 --- a/RxCoreStore.podspec +++ b/RxCoreStore.podspec @@ -15,6 +15,6 @@ Pod::Spec.new do |s| s.frameworks = "Foundation", "CoreData" s.requires_arc = true s.dependency "CoreStore", ">=7.3.0" - s.dependency "RxCocoa", ">=5.1.1" - s.dependency "RxSwift", ">=5.1.1" + s.dependency "RxCocoa", ">=6.0.0" + s.dependency "RxSwift", ">=6.0.0" end From 8e653f163664ed2be5615ea82ec6fa90100013a7 Mon Sep 17 00:00:00 2001 From: Hiroshi Kimura Date: Sat, 2 Jan 2021 13:26:23 +0900 Subject: [PATCH 2/2] Create CocoaPods.yml --- .github/workflows/CocoaPods.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/CocoaPods.yml diff --git a/.github/workflows/CocoaPods.yml b/.github/workflows/CocoaPods.yml new file mode 100644 index 0000000..786b7f8 --- /dev/null +++ b/.github/workflows/CocoaPods.yml @@ -0,0 +1,15 @@ +name: Cocoapods + +on: [push] + +jobs: + lint: + runs-on: macos-latest + + steps: + - uses: maxim-lobanov/setup-xcode@v1.1 + with: + xcode-version: '12.3' + - uses: actions/checkout@v2 + - name: Lint Cocoapods + run: pod lib lint --allow-warnings