Second point: Wire.h can't be used with the digispark, as the digispark has no built-in I2C (TWI) Interface, like the bigger siblings.
The attinies do have instead an USI (universal serial interface), which can be used as SPI, I2C, serial, one-wire, ... with the same pins.
While wire uses the hardware TWI interface, tinywire uses the USI.