Skip to content

Commit fa9252e

Browse files
committed
[Update] ObjectBox (1.1.1-rc2)
1 parent c43d0d8 commit fa9252e

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

ObjectBox/1.1.1-rc2/ObjectBox.podspec

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Pod::Spec.new do |spec|
2+
spec.name = 'ObjectBox'
3+
spec.version = '1.1.1-rc2'
4+
spec.summary = 'ObjectBox Swift is a superfast, lightweight database for Swift objects.'
5+
6+
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.'
7+
spec.homepage = 'https://github.com/objectbox/objectbox-swift-spec-staging'
8+
spec.authors = [ 'ObjectBox' ]
9+
spec.license = 'Apache 2.0, ObjectBox Binary License'
10+
spec.social_media_url = 'https://twitter.com/objectbox_io'
11+
12+
spec.swift_version = '5.1'
13+
spec.ios.deployment_target = '10.3'
14+
spec.osx.deployment_target = '10.10'
15+
16+
# How to obtain the contents
17+
spec.source = {
18+
:http => 'https://github.com/objectbox/objectbox-swift-spec-staging/releases/download/v1.1.1-rc2/ObjectBox-framework-1.1.1-rc2.zip'
19+
}
20+
spec.preserve_paths = '{templates,*.rb,*.sh,*.command,*.app,*.generated.swift,Carthage/Build/Mac/OBXCodeGen.framework}'
21+
spec.ios.vendored_frameworks = 'Carthage/Build/iOS/ObjectBox.framework'
22+
spec.osx.vendored_frameworks = 'Carthage/Build/Mac/ObjectBox.framework'
23+
end
24+

0 commit comments

Comments
 (0)