blob: cb7a24c31c69a522af71ff3234ba06c400dd8e5d [file] [log] [blame]
{
"name": "ObjectBox",
"version": "0.5.1",
"summary": "ObjectBox is a superfast, lightweight database for 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://objectbox.io",
"license": "Apache 2.0, ObjectBox Binary License",
"social_media_url": "https://twitter.com/objectbox_io",
"authors": [
"ObjectBox"
],
"platforms": {
"ios": "10.0",
"osx": "10.10"
},
"source": {
"http": "https://github.com/objectbox/objectbox-swift/releases/download/v0.5.1/ObjectBox-framework-0.5.1.zip"
},
"preserve_paths": "{templates,*.rb,*.sh,*.command}",
"ios": {
"vendored_frameworks": "Carthage/Build/iOS/ObjectBox.framework"
},
"osx": {
"vendored_frameworks": "Carthage/Build/Mac/ObjectBox.framework"
},
"dependencies": {
"Sourcery": [
]
}
}