Skip to content

Commit

Permalink
Update to Swift 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenyneu committed Sep 19, 2018
1 parent 64945a3 commit 29ebc33
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0
4.2
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Cosmos version history


## 17.0.0 (2018-09-19)

* Update for Swift 4.2 and Xcode 10.0 ([chlumik](https://github.com/chlumik)).


## 16.0.0 (2018-05-12)

* Added ability to customize the Cosmos view from the interface builder with Carthage setup method ([jsahoo](https://github.com/jsahoo)).
Expand Down
4 changes: 2 additions & 2 deletions Cosmos.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Cosmos"
s.version = "16.0.0"
s.version = "17.0.0"
s.license = { :type => "MIT" }
s.homepage = "https://github.com/evgenyneu/Cosmos"
s.summary = "5-star rating control written in Swift"
Expand All @@ -20,5 +20,5 @@ Pod::Spec.new do |s|
s.source_files = "Cosmos/**/*.swift"
s.ios.deployment_target = "8.0"
s.tvos.deployment_target = "9.0"
s.swift_version = '4.0'
s.swift_version = '4.2'
end
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ Simply add [CosmosDistrib.swift](https://github.com/evgenyneu/Cosmos/blob/master

#### Setup with Carthage (iOS 8+)

Alternatively, add `github "evgenyneu/Cosmos" ~> 16.0` to your Cartfile and run `carthage update`.
Alternatively, add `github "evgenyneu/Cosmos" ~> 17.0` to your Cartfile and run `carthage update`.

#### Setup with CocoaPods (iOS 8+)

If you are using CocoaPods add this text to your Podfile and run `pod install`.

use_frameworks!
target 'Your target name'
pod 'Cosmos', '~> 16.0'
pod 'Cosmos', '~> 17.0'


#### Legacy Swift versions
Expand Down Expand Up @@ -204,6 +204,8 @@ We would like to thank the following people for their valuable contributions.
* [paoloq](https://github.com/paoloq) for reporting the CosmoView frame size issue when the view is used without Auto Layout.
* [danshevluk](https://github.com/danshevluk) for adding ability to reuse settings in multiple cosmos views.
* [xrayman](https://github.com/xrayman) for reporting a table view reusability bug and improving the table view screen of the demo app.
* [chlumik](https://github.com/chlumik) for updating to Swift 4.2.



## License
Expand Down

0 comments on commit 29ebc33

Please sign in to comment.