Skip to content

Commit

Permalink
Upgraded : Depends on Texture 2.8 now ! + Bumped to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iDonJose committed Apr 1, 2019
1 parent a35baf5 commit 53ad6d6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inhibit_all_warnings!
def pods

# UI
pod 'Texture/Core', '~> 2.7'
pod 'Texture/Core', '~> 2.8'

# Reactive
pod 'ReactiveSwifty', '~> 1.0'
Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ PODS:
- ReactiveSwift (~> 4.0)
- Result (4.1.0)
- SwiftLint (0.29.4)
- Texture/Core (2.7)
- Texture/Core (2.8)

DEPENDENCIES:
- ReactiveSwifty (~> 1.0)
- SwiftLint (~> 0.28)
- Texture/Core (~> 2.7)
- Texture/Core (~> 2.8)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
Expand All @@ -25,8 +25,8 @@ SPEC CHECKSUMS:
ReactiveSwifty: ae1142a03dc0209b059e08ecc5a330e7eccbe6a9
Result: bd966fac789cc6c1563440b348ab2598cc24d5c7
SwiftLint: 73f2ecfd0f6d812c8cb9a73c00fe809bc2504585
Texture: 9d7e38965cf22ccd7cd9c249dd78b3f14e70ab6c
Texture: fc6e0157201f3a6e503d364c147b1872e365cef4

PODFILE CHECKSUM: 116bde54df0a350363ebed8c09598b995fa6eabd
PODFILE CHECKSUM: 5ae50ca19903b914c6f97e42e367a2d7b916faa6

COCOAPODS: 1.5.3
4 changes: 2 additions & 2 deletions ReactivePixel.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Pod::Spec.new do |s|

s.name = "ReactivePixel"
s.version = "1.0.0"
s.version = "1.1.0"
s.summary = "ReactiveSwift + UIKit + Texture (AsyncDisplayKit)"
s.description = <<-DESC
Allows you to quickly and smartly bind you UI components from either `UIKit` or `Texture`, using the reactive binding mechanism provided by `ReactiveSwift`.
Expand Down Expand Up @@ -38,7 +38,7 @@ Pod::Spec.new do |s|
texture.ios.deployment_target = "9.0"

texture.dependency 'ReactivePixel/UIKit'
texture.dependency 'Texture/Core', '~> 2.7'
texture.dependency 'Texture/Core', '~> 2.8'

texture.source_files = [
'Sources/ReactivePixel.h',
Expand Down

0 comments on commit 53ad6d6

Please sign in to comment.