blob: 473170f8d0abfcae541787c09b044169f1f20fee [file] [log] [blame]
{
"name": "ObjectBox",
"version": "1.3.0",
"summary": "ObjectBox Swift is a superfast, lightweight database for Swift objects.",
"description": "ObjectBox is a superfast object-oriented database with strong relation support. ObjectBox is embedded into your Android, Linux, iOS, macOS, or Windows app.",
"homepage": "https://github.com/objectbox/objectbox-swift",
"authors": [
"ObjectBox"
],
"license": "Apache 2.0, ObjectBox Binary License",
"social_media_url": "https://twitter.com/objectbox_io",
"swift_versions": "5.2",
"platforms": {
"ios": "9.3",
"osx": "10.10"
},
"source": {
"http": "https://github.com/objectbox/objectbox-swift/releases/download/v1.3.0/ObjectBox-framework-1.3.0.zip"
},
"preserve_paths": "{templates,*.rb,*.sh,*.command,*.app,*.generated.swift,Carthage/Build/Mac/OBXCodeGen.framework}",
"ios": {
"vendored_frameworks": "Carthage/Build/iOS/ObjectBox.framework"
},
"osx": {
"vendored_frameworks": "Carthage/Build/Mac/ObjectBox.framework"
},
"swift_version": "5.2"
}