Rakefile in motion-objection-0.8.2 vs Rakefile in motion-objection-0.8.3

- old
+ new

@@ -13,8 +13,8 @@ app.codesign_certificate = ENV['DEV_CERT'] end app.identifier = 'com.atomicobject.motion-objection' app.pods do - pod "Objection", '~>1.3' + pod "Objection", '~>1.3.1' end end