Skip to content

Commit 3d6280b

Browse files
committed
[Update] ObjectBox (1.1rc.1)
1 parent 290994e commit 3d6280b

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

ObjectBox/1.1rc.1/ObjectBox.podspec

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Pod::Spec.new do |spec|
2+
spec.name = "ObjectBox"
3+
spec.version = "1.1rc.1"
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+
spec.swift_version = "5.1"
15+
spec.ios.deployment_target = "10.3"
16+
spec.osx.deployment_target = "10.10"
17+
18+
# How to obtain the contents
19+
spec.source = {
20+
:http => 'https://github.com/objectbox/objectbox-swift-spec-staging/releases/download/v1.1.0-rc.1/ObjectBox-framework-1.1.zip',
21+
}
22+
spec.preserve_paths = '{templates,*.rb,*.sh,*.command,*.app}'
23+
spec.ios.vendored_frameworks = "Carthage/Build/iOS/ObjectBox.framework"
24+
spec.osx.vendored_frameworks = "Carthage/Build/Mac/ObjectBox.framework"
25+
end

0 commit comments

Comments
 (0)