Skip to content

Commit

Permalink
Releasing 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
watt committed Mar 30, 2020
1 parent 4a72384 commit 3dd1f7f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions BlueprintUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BlueprintUI'
s.version = '0.6.0'
s.version = '0.7.0'
s.summary = 'Swift library for declarative UI construction'
s.homepage = 'https://www.github.com/square/blueprint'
s.license = 'Apache License, Version 2.0'
Expand All @@ -18,5 +18,4 @@ Pod::Spec.new do |s|
test_spec.source_files = 'BlueprintUI/Tests/**/*.swift'
test_spec.framework = 'XCTest'
end

end
2 changes: 1 addition & 1 deletion BlueprintUICommonControls.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BlueprintUICommonControls'
s.version = '0.6.0'
s.version = '0.7.0'
s.summary = 'UIKit-backed elements for Blueprint'
s.homepage = 'https://www.github.com/square/blueprint'
s.license = 'Apache License, Version 2.0'
Expand Down
10 changes: 5 additions & 5 deletions SampleApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- BlueprintUI (0.6.0)
- BlueprintUI/Tests (0.6.0)
- BlueprintUICommonControls (0.6.0):
- BlueprintUI (0.7.0)
- BlueprintUI/Tests (0.7.0)
- BlueprintUICommonControls (0.7.0):
- BlueprintUI

DEPENDENCIES:
Expand All @@ -16,8 +16,8 @@ EXTERNAL SOURCES:
:path: "../BlueprintUICommonControls.podspec"

SPEC CHECKSUMS:
BlueprintUI: 7da00e0adf42685e5ca94f94e3244ff18388ca01
BlueprintUICommonControls: a8db50d496da7f65e985fefdf5a2e8d88a8e35e1
BlueprintUI: 10f5373fdb6c03a8d8e04e67c50a4e3f5cafe8f3
BlueprintUICommonControls: 99dafabd80ba1bcd2e1a47ddd8cc43ef8561768c

PODFILE CHECKSUM: e9562cee84054ca8676daa6bfce31541238548f0

Expand Down

0 comments on commit 3dd1f7f

Please sign in to comment.