Skip to content

Commit

Permalink
Release 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
OhKanghoon committed Jun 29, 2019
1 parent 9930d32 commit a6a820f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -75,7 +75,7 @@ SPEC CHECKSUMS:
RxAlamofire: 09624d0f2d48ed8b686e4eb4cf68e28cbd2df556
RxAtomic: f8d6adc1ccb87a767811269e4875887bc74dbf19
RxCocoa: 2f35a76bf8887872e28a1914112395b11b8e0e64
RxDataSources-Texture: 7cc1d66f337eeae8e07530ef710d93f72ae06762
RxDataSources-Texture: 6e2ad549930f6b0b68b9d85a25c204dc20c69acc
RxOptional: 80426a0ddbd092573e4c482d8cc13302078c4d5e
RxSwift: 92fcf68dfef21f3e2ab1965363d9e7b3d787597e
Texture: 9d7e38965cf22ccd7cd9c249dd78b3f14e70ab6c
Expand Down
4 changes: 0 additions & 4 deletions Example/RxDataSources-Texture.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions RxDataSources-Texture.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
Expand Down

0 comments on commit a6a820f

Please sign in to comment.