Skip to content

Commit

Permalink
chore: bump to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-dumortier committed Jul 27, 2022
1 parent fd92229 commit 6a3fe5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,17 @@ For its [Digital section](https://www.decathlon.design/726f8c765/p/6145b2-overvi

```swift
dependencies: [
.package(url: "https://github.com/Decathlon/vitamin-ios.git", .exact("0.5.2"))
.package(url: "https://github.com/Decathlon/vitamin-ios.git", .exact("0.6.0"))
]
```

### Cocoapods
```ruby
pod 'Vitamin', '= 0.5.2'
# for UIKitVersion
pod 'Vitamin', '= 0.6.0'

# for SwiftUI version
pod 'VitaminSwiftUI', = '0.6.0'
```

## Available elements
Expand Down
4 changes: 2 additions & 2 deletions VitaminSwiftUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Pod::Spec.new do |s|

s.author = { "Decathlon" => "[email protected]" }

s.platform = :ios, "10.0"
s.ios.deployment_target = '10.0'
s.platform = :ios, "13.0"
s.ios.deployment_target = '13.0'

s.source = { :git => 'https://github.com/Decathlon/vitamin-ios.git', :tag => s.version.to_s }
s.swift_version = '5.3'
Expand Down

0 comments on commit 6a3fe5d

Please sign in to comment.