README.md in nano-store-0.5.2 vs README.md in nano-store-0.6.0
- old
+ new
@@ -2,10 +2,14 @@
Wrapper for NanoStore, a lightweight schema-less key-value document database based on sqlite, in RubyMotion.
Status: Work in progress. API subject to change.
+Find a sample application using NanoStore [here](https://github.com/ankit8898/NanoStoreInMotion-example)
+
+How to use Blog [here](http://ankitinstinct.blogspot.in/2012/12/rubymotion-application-with.html)
+
## Installation
Install the CocoaPods dependency manager if you haven't it already:
gem install motion-cocoapods
@@ -27,10 +31,10 @@
Motion::Project::App.setup do |app|
app.name = 'myapp'
# Add the pod NanoStore to your project
app.pods do
- pod 'NanoStore', '~> 2.1.8'
+ pod 'NanoStore', '~> 2.5.3'
end
end
```
Now, you can use NanoStore in your app.
\ No newline at end of file