[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 7 / d / b / ObjectBox / 0.5.1 / ObjectBox.podspec.json
blobcb7a24c31c69a522af71ff3234ba06c400dd8e5d
2   "name": "ObjectBox",
3   "version": "0.5.1",
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://objectbox.io",
7   "license": "Apache 2.0, ObjectBox Binary License",
8   "social_media_url": "https://twitter.com/objectbox_io",
9   "authors": [
10     "ObjectBox"
11   ],
12   "platforms": {
13     "ios": "10.0",
14     "osx": "10.10"
15   },
16   "source": {
17     "http": "https://github.com/objectbox/objectbox-swift/releases/download/v0.5.1/ObjectBox-framework-0.5.1.zip"
18   },
19   "preserve_paths": "{templates,*.rb,*.sh,*.command}",
20   "ios": {
21     "vendored_frameworks": "Carthage/Build/iOS/ObjectBox.framework"
22   },
23   "osx": {
24     "vendored_frameworks": "Carthage/Build/Mac/ObjectBox.framework"
25   },
26   "dependencies": {
27     "Sourcery": [
29     ]
30   }