[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 7 / d / b / ObjectBox / 0.5.0 / ObjectBox.podspec.json
blob099701af49f3c1d9073605b5a9b604fb73f50eba
2   "name": "ObjectBox",
3   "version": "0.5.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://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.0/ObjectBox-framework-0.5.0.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   "script_phases": {
27     "name": "Prepare Project for ObjectBox",
28     "script": "echo \"ruby \\\"${PODS_ROOT}/ObjectBox/project_setup.rb\\\" \\\"${PROJECT_FILE_PATH}\\\"\" | bash --login"
29   },
30   "dependencies": {
31     "Sourcery": [
33     ]
34   }