File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 99Pod ::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
You can’t perform that action at this time.
0 commit comments