You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.
# WistiaKitCore is the lighter-weight lower-level foundation upon which
# the full WistiaKit pod is built.
#
# They are split into two individual Pods to allow for different
# module names (which isn't possible with subspecs).
Pod::Spec.new do |data|
data.name = "WistiaKitCore"
data.module_name = "WistiaKitCore"
data.version = "0.42.0"
data.summary = "Access all of your Wistia media."
data.description = <<-DESC
WistiaKitCore is the lighter-weight and lower-level foundation upon which the full WistiaKit is built. It defines the Wistia object model and provides API access. Playback and UI is provided by WistiaKit.
They are split into two individual Pods to allow for different module names (which isn't possible with subspecs).