Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
OhKanghoon committed May 8, 2019
1 parent ec94151 commit c5effbc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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.1):
- RxDataSources-Texture (1.1.2):
- Differentiator (~> 3.0)
- RxCocoa (~> 4.0)
- RxSwift (~> 4.0)
Expand Down Expand Up @@ -75,11 +75,11 @@ SPEC CHECKSUMS:
RxAlamofire: 09624d0f2d48ed8b686e4eb4cf68e28cbd2df556
RxAtomic: f8d6adc1ccb87a767811269e4875887bc74dbf19
RxCocoa: 2f35a76bf8887872e28a1914112395b11b8e0e64
RxDataSources-Texture: 465ac8f35d0205b6b3538451fae6d41be7940aa0
RxDataSources-Texture: 612f1ad54047d9719a7b4c4fa77dbc4b36752710
RxOptional: 80426a0ddbd092573e4c482d8cc13302078c4d5e
RxSwift: 92fcf68dfef21f3e2ab1965363d9e7b3d787597e
Texture: 9d7e38965cf22ccd7cd9c249dd78b3f14e70ab6c

PODFILE CHECKSUM: 55960a52eca44401f7df8ec6524ef7d4a4d70186

COCOAPODS: 1.5.3
COCOAPODS: 1.6.1
4 changes: 2 additions & 2 deletions Example/RxDataSources-Texture.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
inputFileListPaths = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-RxDataSources-Texture_Example/Pods-RxDataSources-Texture_Example-frameworks.sh",
"${PODS_ROOT}/Target Support Files/Pods-RxDataSources-Texture_Example/Pods-RxDataSources-Texture_Example-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework",
"${BUILT_PRODUCTS_DIR}/Differentiator/Differentiator.framework",
"${BUILT_PRODUCTS_DIR}/PINCache/PINCache.framework",
Expand Down Expand Up @@ -395,7 +395,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RxDataSources-Texture_Example/Pods-RxDataSources-Texture_Example-frameworks.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RxDataSources-Texture_Example/Pods-RxDataSources-Texture_Example-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
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'
pod 'RxDataSources-Texture', '~> 1.1.2'
```

## Author
Expand Down
2 changes: 1 addition & 1 deletion 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.1'
s.version = '1.1.2'
s.summary = 'RxDataSources With Texture'
s.description = <<-DESC
This is a collection of reactive data sources for ASTableNode and ASCollectionNode
Expand Down

0 comments on commit c5effbc

Please sign in to comment.