Skip to content

Commit f2386e0

Browse files
author
Graybox CI
committed
[Update] ObjectBox (4.3.0-rc3)
1 parent 85acc9a commit f2386e0

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

ObjectBox/4.3.0-rc3/ObjectBox.podspec

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Pod::Spec.new do |spec|
2+
3+
# WARNING This file is generated by ios-framework/cocoapod/make-release.command
4+
5+
spec.name = 'ObjectBox'
6+
spec.version = '4.3.0-rc3'
7+
spec.summary = 'ObjectBox Swift is a superfast, lightweight database for Swift objects.'
8+
9+
spec.description = 'ObjectBox is a superfast object-oriented database with strong relation support. ObjectBox is embedded into your Android, Linux, iOS, macOS, or Windows app.'
10+
spec.homepage = 'https://github.com/objectbox/objectbox-swift'
11+
spec.authors = [ 'ObjectBox' ]
12+
spec.license = 'Apache 2.0, ObjectBox Binary License'
13+
14+
spec.cocoapods_version = '>= 1.9.1'
15+
spec.swift_version = '6.0'
16+
spec.ios.deployment_target = '12.0'
17+
spec.osx.deployment_target = '10.15'
18+
19+
# How to obtain the contents
20+
spec.source = {
21+
:http => 'https://github.com/objectbox/objectbox-swift-spec-staging/releases/download/4.x/ObjectBox-xcframework-4.3.0-rc3.zip'
22+
}
23+
spec.preserve_paths = '{templates,*.rb,*.sh,*.command,*.app,*.generated.swift,Mac/OBXCodeGen.framework}'
24+
spec.vendored_frameworks = 'ObjectBox.xcframework'
25+
end
26+

0 commit comments

Comments
 (0)