It updates the uploadWithFinishedBlock to always call the passed block argument even if the user is offline, or the prepared JSON data to be sent is empty (as stated in the method description).
Also increase iOS deployment target for all targets to 7.0 to fix Xcode warnings.
Coverage increased (+0.9%) to 60.551% when pulling b8c45f836f789e18cba776fbc172d10ed6a7aa17 on upload_completion_block into 4fbda44ddcb8a6b64e720f62ee0a03aa8a008d8b on master.
This PR fixes #155.
It updates the
uploadWithFinishedBlock
to always call the passed block argument even if the user is offline, or the prepared JSON data to be sent is empty (as stated in the method description).Also increase iOS deployment target for all targets to 7.0 to fix Xcode warnings.