Skip to content

Commit

Permalink
require motion-cocoapods
Browse files Browse the repository at this point in the history
Because `rake pod:install’ cause an error even if setup this following README.

```
$ rake pod:install
rake aborted!
NoMethodError: undefined method `pods' for #<Motion::Project::IOSConfig:0x007fbf30c27260>
…
```
  • Loading branch information
Watson1978 committed May 23, 2016
1 parent 83ddf52 commit c832af4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/motion-fabric.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
raise "This file must be required within a RubyMotion project Rakefile."
end

require 'motion-cocoapods'

class FabricKitConfig
attr_accessor :name, :info

Expand Down

0 comments on commit c832af4

Please sign in to comment.