Simple way to achieve that could be this.
make global variable Difficulty = 1,
Every 60 seconds:
Add +1 to Difficulty
Every 20/Difficulty seconds:
Create object Cat
This will make it so that for the first minute it spawns cat every 20 seconds.
Second minute it spawns cat every 10 seconds.
Third minute every 6.66 seconds
etc...