Skip to content

Commit d93d880

Browse files
committed
specify '1.0.0-rc.7' version for pod to pick up the non-final version
1 parent 765f7c9 commit d93d880

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Example/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ use_frameworks!
22

33
target 'NotesExample-iOS' do
44
platform :ios, :deployment_target => '11.0'
5-
pod 'ObjectBox'
5+
pod 'ObjectBox', '1.0.0-rc.7'
66
end
77

88
target 'NotesExample-macOS' do
99
platform :osx, :deployment_target => '10.10'
10-
pod 'ObjectBox'
10+
pod 'ObjectBox', '1.0.0-rc.7'
1111
end

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ or the [New to CocoaPods?](#new-to-cocoapods) section below for a quick intro.
3030
To install the [ObjectBox pod](https://cocoapods.org/pods/ObjectBox), add the following line to your Podfile:
3131

3232
```ruby
33-
pod 'ObjectBox'
33+
pod 'ObjectBox', '1.0.0-rc.7'
3434
```
3535

3636
Then run this to install the ObjectBox framework:

0 commit comments

Comments
 (0)