Skip to content

Commit 4d77e71

Browse files
committed
fix(podspec): typo in source url
1 parent c8beccc commit 4d77e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite-sync-react-native.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.authors = package["author"]
1212

1313
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" }
14+
s.source = { :http => "https://github.com/sqliteai/sqlite-sync-dev/releases/download/#{s.version}/cloudsync-apple-xcframework-#{s.version}.zip" }
1515

1616
s.vendored_frameworks = "CloudSync.xcframework"
1717

0 commit comments

Comments
 (0)