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 5
5
build /
6
6
target /
7
7
.idea
8
+ * .xcframework
9
+ * .tar.gz
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
- s . name = 'powersync-sqlite'
2
+ s . name = 'powersync-sqlite-core '
3
3
s . version = '0.1.0'
4
4
s . summary = 'PowerSync SQLite Extension'
5
5
s . description = <<-DESC
6
6
PowerSync extension for SQLite.
7
7
DESC
8
8
9
- s . homepage = 'https://github.com/journeyapps/powersync-sqlite'
9
+ s . homepage = 'https://github.com/journeyapps/powersync-sqlite-core '
10
10
s . license = { :type => 'Commercial' , :file => 'LICENSE' }
11
11
s . author = 'Journey Mobile, Inc'
12
12
13
13
s . source = { :http => "https://github.com/journeyapps/powersync-sqlite-core/releases/download/#{ s . version } /powersync-sqlite.tar.xz" }
14
14
s . vendored_frameworks = 'powersync-sqlite-core.xcframework'
15
15
16
- s . ios . deployment_target = '10 .0'
16
+ s . ios . deployment_target = '11 .0'
17
17
s . osx . deployment_target = '10.10'
18
18
end
You can’t perform that action at this time.
0 commit comments