Skip to content

Commit

Permalink
updates podspec and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
abmomen committed Jul 30, 2023
1 parent 03ec1a6 commit d015ec5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
1. Add the following pod to your `Podfile`:

```ruby
pod 'ShareTripSDK', :git => 'https://github.com/sharetripnet/ShareTripSDK.git', :tag => '1.1.0'
pod 'ShareTripSDK', :git => 'https://github.com/sharetripnet/ShareTripSDK.git', :tag => '1.1.1'
```

2. If not already added, add `use_frameworks!` to your `Podfile`.
Expand Down
2 changes: 1 addition & 1 deletion ShareTripSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ShareTripSDK'
s.version = '1.1.0'
s.version = '1.1.1'
s.summary = 'ShareTripSDK'
s.homepage = 'https://github.com/sharetripnet/ShareTripSDK.git'
s.source = { :git => 'https://github.com/sharetripnet/ShareTripSDK.git', :tag => s.version.to_s }
Expand Down

0 comments on commit d015ec5

Please sign in to comment.