Basically you'd have to do something like this:
give the sprite a boolean variable "selected"
on touched sprite - toggle boolean
get the starting distance and the starting angle between the first and second touch.
then change the scale of the sprite according to the change in distance and set the angle of the sprite according to the change in angle.