Skip to content

Commit

Permalink
Get ready for stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-cain13 committed Sep 13, 2016
1 parent 70cd17b commit 645a36a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
10 changes: 0 additions & 10 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
## 3.0.0

New features:

- Swift 3 support

**Breaking changes:**
- Swift 2 is not supported anymore, use the 2.* versions for Swift 2
- Some methods are renamed, those are annotated with an availability annotation so the compiler will help you rename

## 2.5.0

New features:
Expand Down
2 changes: 1 addition & 1 deletion R.swift.Library
4 changes: 2 additions & 2 deletions R.swift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "R.swift"
spec.version = "3.0.0.beta.1"
spec.version = "2.0.0"
spec.license = "MIT"

spec.summary = "Get strong typed, autocompleted resources like images, fonts and segues in Swift projects"
Expand All @@ -26,7 +26,7 @@ Pod::Spec.new do |spec|
spec.ios.deployment_target = '8.0'
spec.tvos.deployment_target = '9.0'

spec.dependency "R.swift.Library", "~> 3.0.0.beta.1"
spec.dependency "R.swift.Library", "~> 3.0.0"

spec.preserve_paths = "rswift"

Expand Down

0 comments on commit 645a36a

Please sign in to comment.