Skip to content

Commit fa94475

Browse files
committed
[Update] ObjectBox (1.0.0-rc.4)
1 parent ab0e574 commit fa94475

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
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+
spec.name = "ObjectBox"
3+
spec.version = "1.0.0-rc.4"
4+
spec.summary = "ObjectBox is a superfast, lightweight database for objects."
5+
6+
spec.description = <<-DESC
7+
ObjectBox is a superfast object-oriented database with strong relation support. ObjectBox is embedded into your Android, Linux, iOS, macOS, or Windows app.
8+
DESC
9+
spec.homepage = "https://github.com/objectbox/objectbox-swift"
10+
spec.license = "Apache 2.0, ObjectBox Binary License"
11+
spec.social_media_url = "https://twitter.com/objectbox_io"
12+
13+
spec.authors = [ "ObjectBox" ]
14+
15+
spec.swift_version = "5.0"
16+
spec.ios.deployment_target = "10.3"
17+
spec.osx.deployment_target = "10.10"
18+
19+
# How to obtain the contents
20+
spec.source = {
21+
:http => 'https://github.com/objectbox/objectbox-swift-spec-staging/releases/download/v1.0.0-rc.4/ObjectBox-framework-1.0.zip',
22+
}
23+
spec.preserve_paths = '{templates,*.rb,*.sh,*.command,*.app}'
24+
spec.ios.vendored_frameworks = "Carthage/Build/iOS/ObjectBox.framework"
25+
spec.osx.vendored_frameworks = "Carthage/Build/Mac/ObjectBox.framework"
26+
end

0 commit comments

Comments
 (0)