Skip to content

Commit

Permalink
Add support for runtime v6.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Verkoeyen committed Nov 17, 2016
1 parent 8581f8c commit 2f84ace
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion MaterialMotionPopFamily.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Pod::Spec.new do |s|
s.source_files = "src/*.{swift}", "src/private/*.{swift}"

s.dependency "pop", "~> 1.0"
s.dependency "MaterialMotionRuntime", ">= 4.0", "< 6.0"
s.dependency "MaterialMotionRuntime", ">= 4.0", "< 7.0"
end
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
abstract_target 'MaterialMotionPopFamily' do
pod 'MaterialMotionRuntime', "~> 5.0"
pod 'MaterialMotionRuntime', "~> 6.0"
pod 'pop'
pod 'CatalogByConvention'

Expand Down
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
PODS:
- CatalogByConvention (2.0.0)
- MaterialMotionPopFamily (1.1.0):
- MaterialMotionRuntime (< 6.0, >= 4.0)
- MaterialMotionRuntime (< 7.0, >= 4.0)
- pop (~> 1.0)
- MaterialMotionRuntime (5.0.0)
- MaterialMotionRuntime (6.0.0)
- pop (1.0.9)

DEPENDENCIES:
- CatalogByConvention
- MaterialMotionPopFamily (from `./`)
- MaterialMotionRuntime (~> 5.0)
- MaterialMotionRuntime (~> 6.0)
- pop

EXTERNAL SOURCES:
Expand All @@ -18,10 +18,10 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
CatalogByConvention: be55c2263132e4f9f59299ac8a528ee8715b3275
MaterialMotionPopFamily: 0e8973ae196a574f40ce1248644cae4c3e3109a2
MaterialMotionRuntime: 620695e40aaf12f728342cef0b784b1d3eaa1125
MaterialMotionPopFamily: c77ca67e591884c347c4d4a91a6387e9edebaa18
MaterialMotionRuntime: 89cb395df1ce02134fc67a16b42dc4492b6c514c
pop: f667631a5108a2e60d9e8797c9b32ddaf2080bce

PODFILE CHECKSUM: 5c3b9864b0ff4e6389f407820e9572b0a92947e6
PODFILE CHECKSUM: db81548b7181d826789f55052e0f928767ec3947

COCOAPODS: 1.1.1

0 comments on commit 2f84ace

Please sign in to comment.