[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / d / b / ObjectBox / 0.6.0 / ObjectBox.podspec.json
blobf9e9855dc47d6d2ab339b5a66682148a3cbc9341
2   "name": "ObjectBox",
3   "version": "0.6.0",
4   "summary": "ObjectBox is a superfast, lightweight database for objects.",
5   "description": "ObjectBox is a superfast object-oriented database with strong relation support. ObjectBox is embedded into your Android, Linux, iOS, macOS, or Windows app.",
6   "homepage": "https://github.com/objectbox/objectbox-swift",
7   "license": "Apache 2.0, ObjectBox Binary License",
8   "social_media_url": "https://twitter.com/objectbox_io",
9   "authors": [
10     "ObjectBox"
11   ],
12   "swift_version": "4.2",
13   "platforms": {
14     "ios": "10.0",
15     "osx": "10.10"
16   },
17   "source": {
18     "http": "https://github.com/objectbox/objectbox-swift/releases/download/v0.6.0/ObjectBox-framework-0.6.0.zip"
19   },
20   "preserve_paths": "{templates,*.rb,*.sh,*.command,*.app}",
21   "ios": {
22     "vendored_frameworks": "Carthage/Build/iOS/ObjectBox.framework"
23   },
24   "osx": {
25     "vendored_frameworks": "Carthage/Build/Mac/ObjectBox.framework"
26   }