Skip to content

Commit

Permalink
Release version 0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tladesignz committed Oct 9, 2019
1 parent 9c5f8ef commit 603324b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.6.0
- Bumped minimum iOS version to 11.0.
- Updated to latest CocoaPods 1.8.3.
- Moved color definitions to named colors in assets.
- Removed UIColor-HexRGB dependency.
- Publish POE colors as property on UIColor class.

# 0.5.7
- Updated Farsi translation.
- Added Korean translation.
Expand Down
15 changes: 5 additions & 10 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
PODS:
- KMPlaceholderTextView (1.4.0)
- Localize (2.3.0)
- POE (0.5.6):
- POE (0.6.0):
- KMPlaceholderTextView (~> 1.4)
- Localize (~> 2.2)
- UIColor-HexRGB
- UIColor-HexRGB (1.0.1)

DEPENDENCIES:
- POE (from `../`)
- UIColor-HexRGB

SPEC REPOS:
https://github.com/cocoapods/specs.git:
trunk:
- KMPlaceholderTextView
- Localize
- UIColor-HexRGB

EXTERNAL SOURCES:
POE:
Expand All @@ -24,9 +20,8 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
KMPlaceholderTextView: 2206c3df39979e9396e2d96fa9f427a8951121b0
Localize: cb1ae53ed73decaad0dce217806ed983091913f5
POE: 7a41f4ee2d94af28279f79ff85330687273c4419
UIColor-HexRGB: daccfa7e936af664369734a164b0309087d7f970
POE: b5c8a0524a55701a3215c6acaf501cc82dd4ec32

PODFILE CHECKSUM: fc2a6e5e3a22be8fa4bd7160a8859683b99a5bae
PODFILE CHECKSUM: 443da6f70c8c1b7854dfdceec88ae059e6c70a44

COCOAPODS: 1.7.5
COCOAPODS: 1.8.3
2 changes: 1 addition & 1 deletion POE.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'POE'
s.version = '0.5.7'
s.version = '0.6.0'
s.summary = 'POE Tor Onboarding Library'

# This description is used to generate tags and improve search results.
Expand Down

0 comments on commit 603324b

Please sign in to comment.