Skip to content

Commit

Permalink
Merge pull request #26 from mixi-sb/mixi-sb
Browse files Browse the repository at this point in the history
mixi-sb移行
  • Loading branch information
kazuki-horie-m committed Nov 29, 2023
2 parents dffcbf2 + ffd6b46 commit f16fa82
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use_frameworks!
platform :ios, '11.0'
platform :ios, '15.0'

target 'RxController_Example' do
pod 'RxController', :path => '../'
Expand Down
8 changes: 4 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PODS:
- RxCocoa (6.5.0):
- RxRelay (= 6.5.0)
- RxSwift (= 6.5.0)
- RxController (1.2.0):
- RxController (1.3.0):
- RxCocoa (~> 6)
- RxFlow (~> 2.12.0)
- RxSwift (~> 6)
Expand Down Expand Up @@ -64,14 +64,14 @@ SPEC CHECKSUMS:
Reusable: 6bae6a5e8aa793c9c441db0213c863a64bce9136
RxBinding: e3c76d02d0ee3f1a306a0fb8e8ef6f2eda65a375
RxCocoa: 94f817b71c07517321eb4f9ad299112ca8af743b
RxController: fd0582e618d05f506ea583143c0ccb35a4e4cc57
RxController: 508057d7948e4c2e551fdff09a48192709183475
RxDataSources: aa47cc1ed6c500fa0dfecac5c979b723542d79cf
RxDataSourcesSingleSection: e646e523ad92109293b22e745b55dcb38bea7a58
RxFlow: 03a73c83fb8f183107074b40ab2544c668583f73
RxRelay: 1de1523e604c72b6c68feadedd1af3b1b4d0ecbd
RxSwift: 5710a9e6b17f3c3d6e40d6e559b9fa1e813b2ef8
SnapKit: e01d52ebb8ddbc333eefe2132acf85c8227d9c25

PODFILE CHECKSUM: ba6283578e076eb1e1d926dfc1c2610458f4d335
PODFILE CHECKSUM: 321602a9ebeff26df3e59174bb0e8124f1f2db6d

COCOAPODS: 1.11.3
COCOAPODS: 1.14.3
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "RxController",
platforms: [
.iOS(.v9)
.iOS(.v15)
],
products: [
.library(name: "RxController", targets: ["RxController"])
Expand Down
10 changes: 5 additions & 5 deletions RxController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'RxController'
s.version = '1.2.0'
s.version = '1.3.0'
s.summary = 'A library for developing with MVVM-C based on RxFlow and RxSwift.'

# This description is used to generate tags and improve search results.
Expand All @@ -23,12 +23,12 @@ RxController provides the basic view controller and view model classes.
These classes make it easy to transfer data among the flows, the parent view models and the child view models.
DESC

s.homepage = 'https://github.com/xflagstudio/RxController'
s.homepage = 'https://github.com/mixi-sb/RxController'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = 'xflag'
s.source = { :git => '[email protected]:xflagstudio/RxController.git', :tag => s.version.to_s }
s.author = 'MIXI'
s.source = { :git => '[email protected]:mixi-sb/RxController.git', :tag => s.version.to_s }

s.ios.deployment_target = '11.0'
s.ios.deployment_target = '15.0'
s.swift_versions = '5.2'
s.source_files = 'Sources/RxController/Classes/**/*'
s.preserve_paths = 'rxtree/**/*'
Expand Down

0 comments on commit f16fa82

Please sign in to comment.