File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33` Starscream ` adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5+ ### [ 3.1.1] ( https://github.com/daltoniam/Starscream/tree/3.1.1 )
6+
7+ Small version number fix for 3.1.0: [ #703 ] ( https://github.com/daltoniam/Starscream/issues/703 )
8+
59### [ 3.1.0] ( https://github.com/daltoniam/Starscream/tree/3.1.0 )
610
711* Swift 5.0 and Xcode 10.2 support
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >3.0.5 </string >
18+ <string >3.1.1 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Starscream"
3- s . version = "3.1.0 "
3+ s . version = "3.1.1 "
44 s . summary = "A conforming WebSocket RFC 6455 client library in Swift."
55 s . homepage = "https://github.com/daltoniam/Starscream"
66 s . license = 'Apache License, Version 2.0'
You can’t perform that action at this time.
0 commit comments