Created by: hhanesand
NSCoderMethods defines the +version as a category on NSObject, and so does Bolts.m. Enable -Woverriding-method-mismatch to see this warning.
This pr renames the +version method to +frameworkVersion to avoid conflicts.