From 7f7747688831c7519ed630325fb80f72e7a7e994 Mon Sep 17 00:00:00 2001 From: Marin Todorov Date: Fri, 22 Sep 2017 17:04:05 +0200 Subject: [PATCH] fix path --- RxAnimated.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RxAnimated.podspec b/RxAnimated.podspec index 625ac2f..6dcb505 100644 --- a/RxAnimated.podspec +++ b/RxAnimated.podspec @@ -22,7 +22,7 @@ Pod::Spec.new do |s| end s.subspec 'Markdown' do |cs| - cs.source_files = 'RealmContent/Animations/*' + #cs.source_files = 'RxAnimated/Animations/*' end s.frameworks = 'UIKit'