How to detect iPadMini2Gen device ?

I wanted to detect whether whether i am running my game on iPad mini 1 or 2 nd generation.
iPhoneGeneration enum only has options to detect iPadMini1Gen

is there a way to detect iPad mini 2nd generation?

I am using Unity 4.3

Update to the latest version of Unity. The enumarator now has gen 2.

4.5.0 added:

iPhoneGeneration.iPad5Gen

iPhoneGeneration.iPadMini2Gen

You can check out the changes here:
Scripting API changes