If your main worry is to avoid iPad 1 users having a bad experience, why not rule them out? It would be a small percentage of users. You can set the required OS version in the app descriptor XML, in the info additions part:
<key>MinimumOSVersion</key><string>6.0</string>