Rakefile in motion-objection-0.8.1 vs Rakefile in motion-objection-0.8.2
- 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.2'
+ pod "Objection", '~>1.3'
end
end