README.md in nano-store-0.3.11 vs README.md in nano-store-0.3.12
- old
+ new
@@ -18,18 +18,19 @@
Require nano-store to your project 'Rakefile'
```ruby
$:.unshift("/Library/RubyMotion/lib")
require 'motion/project'
+require 'rubygems'
require 'motion-cocoapods'
require 'nano-store'
Motion::Project::App.setup do |app|
app.name = 'myapp'
# Only needed if you have not already specifying a pods dependency
app.pods do
- dependency 'NanoStore', '~> 2.0.1'
+ dependency 'NanoStore', '~> 2.1.4'
end
end
```
Now, you can use NanoStore in your app.
\ No newline at end of file