Skip to content

Commit 3c3e7ea

Browse files
Merge pull request #47 from tbointeractive/feature/prepare-release-1.2
updated podspec and changelog for 1.2
2 parents 88f8302 + 96dce54 commit 3c3e7ea

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.2
4+
* **feature** Updated for Swift 5
5+
* **improvement** UIView+Constraints.swift now supports UILayoutPriority
6+
* **improvement** Added more devices to Device
7+
38
## 1.1
49
* **feature** Migrated to Swift 4.2
510
* **feature** Added Double+TimeInterval extension

bytes.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Pod::Spec.new do |s|
1010

1111
s.name = "bytes"
12-
s.version = "1.1"
12+
s.version = "1.2"
1313
s.summary = "bytes is a set of tools to cover many all-day tasks in iOS development."
1414

1515
s.description = <<-DESC
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
2626

2727
s.swift_versions = ['4.2', '5.0']
2828

29-
s.source = { :git => "https://github.com/tbointeractive/bytes.git", :tag => 'v1.1'}
29+
s.source = { :git => "https://github.com/tbointeractive/bytes.git", :tag => '1.2'}
3030

3131
s.source_files = "bytes/bytes/**/*.swift"
3232

0 commit comments

Comments
 (0)