We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765f7c9 commit d93d880Copy full SHA for d93d880
Example/Podfile
@@ -2,10 +2,10 @@ use_frameworks!
2
3
target 'NotesExample-iOS' do
4
platform :ios, :deployment_target => '11.0'
5
- pod 'ObjectBox'
+ pod 'ObjectBox', '1.0.0-rc.7'
6
end
7
8
target 'NotesExample-macOS' do
9
platform :osx, :deployment_target => '10.10'
10
11
README.md
@@ -30,7 +30,7 @@ or the [New to CocoaPods?](#new-to-cocoapods) section below for a quick intro.
30
To install the [ObjectBox pod](https://cocoapods.org/pods/ObjectBox), add the following line to your Podfile:
31
32
```ruby
33
-pod 'ObjectBox'
34
```
35
36
Then run this to install the ObjectBox framework:
0 commit comments