lottie-ios.modulemap 106 Bytes
framework module Lottie {
  umbrella header "lottie-ios-umbrella.h"

  export *
  module * { export * }
}