Skip to content

Commit adab4f6

Browse files
committed
Rename pod.
1 parent 033b832 commit adab4f6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ dist/
55
build/
66
target/
77
.idea
8+
*.xcframework
9+
*.tar.gz
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
Pod::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
66
PowerSync 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'
1818
end

0 commit comments

Comments
 (0)