module.modulemap 447 B

12345678910111213141516
  1. framework module GoogleMobileVision {
  2. umbrella header "GoogleMobileVision.h"
  3. export *
  4. module * { export *}
  5. link "sqlite3"
  6. link "z"
  7. link framework "AVFoundation"
  8. link framework "AddressBook"
  9. link framework "CoreGraphics"
  10. link framework "CoreMedia"
  11. link framework "CoreVideo"
  12. link framework "Foundation"
  13. link framework "LocalAuthentication"
  14. link framework "QuartzCore"
  15. link framework "Security"
  16. link framework "UIKit"}