1.1.1
• Fixed PMTweenUnit
and PMTweenPhysicsUnit
failing to tween object properties specified by a single-element keyPath.
• Fixed NSNumber object properties with a nil value not tweening. Such properties are now initialized with the specified starting value during the init method.
• Changed all init methods to return instancetype instead of id.
• More tests.