From 9ff5600f1a918ac986f377da1764e822fc100a63 Mon Sep 17 00:00:00 2001 From: dangthaison91 Date: Sat, 15 Jun 2019 00:08:20 +0700 Subject: [PATCH 1/2] Trunk version 0.3.4 --- RxASDataSources.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RxASDataSources.podspec b/RxASDataSources.podspec index 20f96c3..5b811fe 100644 --- a/RxASDataSources.podspec +++ b/RxASDataSources.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.authors = { "Dang Thai Son" => "dangthaison.91@gmail.com" } s.source = { :git => "https://github.com/RxSwiftCommunity/RxASDataSources.git", :tag => s.version.to_s } - s.ios.deployment_target = '8.0' + s.ios.deployment_target = '9.0' s.requires_arc = true s.swift_version = '5.0' From 60ceb247432190380e8c9d7c59bae47aef483366 Mon Sep 17 00:00:00 2001 From: dangthaison91 Date: Sat, 15 Jun 2019 00:38:22 +0700 Subject: [PATCH 2/2] Trunk pod 0.4 --- .swift-version | 1 - Readme.md | 10 +++++----- RxASDataSources.podspec | 4 ++-- 3 files changed, 7 insertions(+), 8 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/Readme.md b/Readme.md index f75081d..41dc446 100644 --- a/Readme.md +++ b/Readme.md @@ -12,8 +12,8 @@ - [Features](#features) - [Requirements](#requirements) - [Installation](#installation) - - [CocoaPods](#cocoapods) - - [Carthage](#carthage) + - [CocoaPods](#cocoapods) + - [Carthage](#carthage) - [Usage](#usage) - [License](#license) @@ -27,9 +27,9 @@ ## Requirements -- iOS 8.0+ -- Xcode 9.0+ -- RxSwift 4.0 & Texture 2.5 +- iOS 9.0+ +- Xcode 10.1+ +- RxSwift 5.0 & Texture 2.8 ## Installation diff --git a/RxASDataSources.podspec b/RxASDataSources.podspec index 5b811fe..4bbfeba 100644 --- a/RxASDataSources.podspec +++ b/RxASDataSources.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'RxASDataSources' - s.version = '0.3.4' + s.version = '0.4' s.license = { :type => "MIT", :file => "LICENSE" } s.summary = 'RxDataSources for AsyncDisplayKit/Texture supports ASTableNode/ASCollectionNode' s.homepage = 'https://github.com/RxSwiftCommunity/RxASDataSources' @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '9.0' s.requires_arc = true - s.swift_version = '5.0' + s.swift_versions = '5.0' s.source_files = "Sources/**/*.swift" s.framework = "Foundation"