Skip to content

Commit

Permalink
feat: release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
dscyrescotti committed Jul 21, 2021
1 parent f707eaf commit 777a7ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CodableX.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "CodableX"
spec.version = "0.1.1"
spec.version = "0.2.0"
spec.summary = "Make Swift's Codable easier using Property Wrappers."
spec.description = <<-DESC
CodableX provides the property wrappers that are pretty handy to decode and encode structs or classes as you desire without implementing your custom codable structs or classes from scratch.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies: [
### CocoaPods
Inside your Podfile,
```ruby
pod CodableX
pod 'CodableX'
```

Currently, __CodableX__ is able to be installed via __Swift Package Manager__ and __CocoaPods__.
Expand Down

0 comments on commit 777a7ab

Please sign in to comment.