From a6a820ff364b650f4ece1d24197e3f2ce951742e Mon Sep 17 00:00:00 2001 From: OhKanghoon Date: Sat, 29 Jun 2019 18:08:23 +0900 Subject: [PATCH] Release 1.1.5 --- .swift-version | 1 - Example/Podfile.lock | 4 ++-- Example/RxDataSources-Texture.xcodeproj/project.pbxproj | 4 ---- README.md | 2 +- RxDataSources-Texture.podspec | 4 ++-- 5 files changed, 5 insertions(+), 10 deletions(-) delete mode 100644 .swift-version diff --git a/.swift-version b/.swift-version deleted file mode 100644 index bf77d54..0000000 --- a/.swift-version +++ /dev/null @@ -1 +0,0 @@ -4.2 diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 998bf88..7ddae0a 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -24,7 +24,7 @@ PODS: - RxAtomic (4.4.1) - RxCocoa (4.4.1): - RxSwift (~> 4.0) - - RxDataSources-Texture (1.1.4): + - RxDataSources-Texture (1.1.5): - Differentiator (~> 3.0) - RxCocoa (~> 4.0) - RxSwift (~> 4.0) @@ -75,7 +75,7 @@ SPEC CHECKSUMS: RxAlamofire: 09624d0f2d48ed8b686e4eb4cf68e28cbd2df556 RxAtomic: f8d6adc1ccb87a767811269e4875887bc74dbf19 RxCocoa: 2f35a76bf8887872e28a1914112395b11b8e0e64 - RxDataSources-Texture: 7cc1d66f337eeae8e07530ef710d93f72ae06762 + RxDataSources-Texture: 6e2ad549930f6b0b68b9d85a25c204dc20c69acc RxOptional: 80426a0ddbd092573e4c482d8cc13302078c4d5e RxSwift: 92fcf68dfef21f3e2ab1965363d9e7b3d787597e Texture: 9d7e38965cf22ccd7cd9c249dd78b3f14e70ab6c diff --git a/Example/RxDataSources-Texture.xcodeproj/project.pbxproj b/Example/RxDataSources-Texture.xcodeproj/project.pbxproj index bfabe95..bd7d892 100644 --- a/Example/RxDataSources-Texture.xcodeproj/project.pbxproj +++ b/Example/RxDataSources-Texture.xcodeproj/project.pbxproj @@ -359,8 +359,6 @@ buildActionMask = 2147483647; files = ( ); - inputFileListPaths = ( - ); inputPaths = ( "${PODS_ROOT}/Target Support Files/Pods-RxDataSources-Texture_Example/Pods-RxDataSources-Texture_Example-frameworks.sh", "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework", @@ -377,8 +375,6 @@ "${BUILT_PRODUCTS_DIR}/Texture/AsyncDisplayKit.framework", ); name = "[CP] Embed Pods Frameworks"; - outputFileListPaths = ( - ); outputPaths = ( "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework", "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Differentiator.framework", diff --git a/README.md b/README.md index 36eac53..2c0e8b5 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ RxDataSources-Texture is available through [CocoaPods](https://cocoapods.org). T it, simply add the following line to your Podfile: ```ruby -pod 'RxDataSources-Texture', '~> 1.1.4' +pod 'RxDataSources-Texture', '~> 1.1.5' ``` ## Author diff --git a/RxDataSources-Texture.podspec b/RxDataSources-Texture.podspec index db0a06a..3947594 100644 --- a/RxDataSources-Texture.podspec +++ b/RxDataSources-Texture.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'RxDataSources-Texture' - s.version = '1.1.4' + s.version = '1.1.5' s.summary = 'RxDataSources With Texture' s.description = <<-DESC This is a collection of reactive data sources for ASTableNode and ASCollectionNode @@ -20,7 +20,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '9.0' s.requires_arc = true - + s.swift_version = '4.2' s.source_files = 'RxDataSources-Texture/Classes/**/*' s.dependency 'RxSwift', '~> 4.0'