diff --git a/YogaKit.podspec b/YogaKit.podspec index da288909..2cbf51b3 100644 --- a/YogaKit.podspec +++ b/YogaKit.podspec @@ -9,6 +9,7 @@ podspec = Pod::Spec.new do |spec| spec.license = { :type => 'MIT', :file => "LICENSE" } spec.homepage = 'https://facebook.github.io/yoga/' spec.documentation_url = 'https://facebook.github.io/yoga/docs/' + spec.deprecated = true spec.summary = 'Yoga is a cross-platform layout engine which implements Flexbox.' spec.description = 'Yoga is a cross-platform layout engine enabling maximum collaboration within your team by implementing an API many designers are familiar with, and opening it up to developers across different platforms.'