Add Carthage support for both watchOS and iOS platform
According to Cathage default behavior, Carthage would download iOS version zip to extract framework, which would cause that watchOS building failed. Because Kingfisher from `8.3.0` has 2 zip bundles for resource.
Add a Kingfisher.json as a workaround to let Carthage users to download the right zip by `binary "https://raw.githubusercontent.com/onevcat/Kingfisher/master/Kingfisher.json"`