Skip to content

Commit

Permalink
updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleriva committed Jul 18, 2024
1 parent cf5fe68 commit c279e3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OramaCloudClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
spec.documentation_url = "https://docs.orama.com/cloud"
spec.platforms = { :ios => "16.0", :osx => "13.0" }
spec.swift_version = "5.1"
spec.source = { :git => "https://github.com/askorama/oramacloud-client-swift.git", :tag => spec.version }
spec.source = { :git => 'https://github.com/askorama/oramacloud-client-swift.git', :branch => 'main' }
spec.source_files = "Sources/oramacloud-client/**/*.swift"
spec.resource_bundles = { 'OramaCloudClient' => ['PrivacyInfo.xcprivacy']}
end
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ platform :ios, '10.0'
use_frameworks!

target '<Your Target Name>' do
pod 'OramaCloud', '~> 0.0.1'
pod 'OramaCloudClient', '~> 0.0.1'
end
```

Expand Down
1 change: 1 addition & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pod trunk push OramaCloudClient.podspec --allow-warnings

0 comments on commit c279e3a

Please sign in to comment.