File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 55build /
66target /
77.idea
8+ * .xcframework
9+ * .tar.gz
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
2- s . name = 'powersync-sqlite'
2+ s . name = 'powersync-sqlite-core '
33 s . version = '0.1.0'
44 s . summary = 'PowerSync SQLite Extension'
55 s . description = <<-DESC
66PowerSync extension for SQLite.
77 DESC
88
9- s . homepage = 'https://github.com/journeyapps/powersync-sqlite'
9+ s . homepage = 'https://github.com/journeyapps/powersync-sqlite-core '
1010 s . license = { :type => 'Commercial' , :file => 'LICENSE' }
1111 s . author = 'Journey Mobile, Inc'
1212
1313 s . source = { :http => "https://github.com/journeyapps/powersync-sqlite-core/releases/download/#{ s . version } /powersync-sqlite.tar.xz" }
1414 s . vendored_frameworks = 'powersync-sqlite-core.xcframework'
1515
16- s . ios . deployment_target = '10 .0'
16+ s . ios . deployment_target = '11 .0'
1717 s . osx . deployment_target = '10.10'
1818end
You can’t perform that action at this time.
0 commit comments