22
33ObjectBox Swift
44===============
5- ![ Version] ( https://img.shields.io/cocoapods/v/ObjectBox.svg?style=flat )
6- ![ Platform] ( https://img.shields.io/cocoapods/p/ObjectBox.svg?style=flat )
5+ [ ![ Version] ( https://img.shields.io/cocoapods/v/ObjectBox.svg?style=flat )] ( #cocoapods )
6+ [ ![ Platform] ( https://img.shields.io/cocoapods/p/ObjectBox.svg?style=flat )] ( #cocoapods )
77
88ObjectBox is a superfast, light-weight object persistence framework.
99This Swift API seamlessly persists objects on-device for iOS and macOS.
@@ -22,12 +22,12 @@ let oldClauses = query.find()
2222Want details? ** [ Read the guides] ( https://swift.objectbox.io/ ) ** or
2323** [ check out the API docs] ( https://objectbox.io/docfiles/swift/current/ ) ** .
2424
25- Adding ObjectBox to your project
26- --------------------------------
25+ < a name = " cocoapods " ></ a > Adding ObjectBox to your project
26+ --------------------------------------------------------
2727[ CocoaPods] ( https://cocoapods.org ) is recommended to set up ObjectBox in your project.
2828See the [ installation docs] ( https://swift.objectbox.io/install ) for alternative setups,
2929or 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:
30+ To install the ` ObjectBox ` pod, add the following line to your Podfile:
3131
3232``` ruby
3333 pod ' ObjectBox' , ' 1.0.0-rc.7'
@@ -43,7 +43,7 @@ Pods/ObjectBox/setup.rb myproject.xcodeproj # whatever your Xcode project is nam
4343
4444And, don't forget to close the Xcode project (.xcodeproj) and open the workspace (.xcworkspace) instead.
4545Now, you are all set to define your first ObjectBox entities;
46- e.g. check the [ getting started guide] or the [ example] ( #example ) described below.
46+ e.g. check the [ getting started guide] ( https://swift.objectbox.io/getting-started ) or the [ example] ( #example ) described below.
4747
4848### <a name =" new-to-cocoapods " ></a >New to CocoaPods?
4949
0 commit comments