We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8beccc commit 4d77e71Copy full SHA for 4d77e71
sqlite-sync-react-native.podspec
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
s.authors = package["author"]
12
13
s.platforms = { :ios => "13.0" }
14
- s.source = { :http => "https://github.com/sqliteai/sqlite-sync-dev/releases/download/v#{s.version}/cloudsync-apple-xcframework-#{s.version}.zip" }
+ s.source = { :http => "https://github.com/sqliteai/sqlite-sync-dev/releases/download/#{s.version}/cloudsync-apple-xcframework-#{s.version}.zip" }
15
16
s.vendored_frameworks = "CloudSync.xcframework"
17
0 commit comments