I have a app with the minimum iOS target iOS7.
I am considering in add some extra features with the apple watch. Theres is any option to maintain the iOS7 as the minimum
Yes, it's possible by weak linking WatchKit and performing runtime checks if required classes are available. Check this out on Raywenderlich.