|
| 1 | +Pod::Spec.new do |spec| |
| 2 | + |
| 3 | + # WARNING This file is generated by ios-framework/cocoapod/make-release.command |
| 4 | + |
| 5 | + spec.name = 'ObjectBox' |
| 6 | + spec.version = '5.0.0-rc.1-sync' |
| 7 | + spec.summary = 'ObjectBox Swift is a superfast, lightweight database for Swift objects.' |
| 8 | + |
| 9 | + spec.description = 'ObjectBox is a superfast object-oriented database with strong relation support. ObjectBox is embedded into your Android, Linux, iOS, macOS, or Windows app.' |
| 10 | + spec.homepage = 'https://github.com/objectbox/objectbox-swift-spec-staging' |
| 11 | + spec.authors = [ 'ObjectBox' ] |
| 12 | + spec.license = 'Apache 2.0, ObjectBox Binary License' |
| 13 | + |
| 14 | + spec.cocoapods_version = '>= 1.9.1' |
| 15 | + spec.swift_version = '6.1' |
| 16 | + spec.ios.deployment_target = '12.0' |
| 17 | + spec.osx.deployment_target = '10.15' |
| 18 | + |
| 19 | + # How to obtain the contents |
| 20 | + spec.source = { |
| 21 | + :http => 'https://github.com/objectbox/objectbox-swift-spec-staging/releases/download/5-preview/ObjectBox-xcframework-5.0.0-rc.1-sync.zip' |
| 22 | + } |
| 23 | + spec.preserve_paths = '{templates,*.rb,*.sh,*.command,*.app,*.generated.swift,Mac/OBXCodeGen.framework}' |
| 24 | + spec.vendored_frameworks = 'ObjectBox.xcframework' |
| 25 | + |
| 26 | + # Skip Apple Silicon for sync branch |
| 27 | + #spec.pod_target_xcconfig = { |
| 28 | + # 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64', |
| 29 | + # 'EXCLUDED_ARCHS[sdk=macosx*]' => 'arm64' |
| 30 | + #} |
| 31 | + |
| 32 | + #spec.user_target_xcconfig = { |
| 33 | + # 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64', |
| 34 | + # 'EXCLUDED_ARCHS[sdk=macosx*]' => 'arm64' |
| 35 | + #} |
| 36 | +end |
| 37 | + |
0 commit comments