Rakefile in motion-objection-0.8 vs Rakefile in motion-objection-0.8.1
- 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.1'
+ pod "Objection", '~>1.2'
end
end