From af651e16f51aaeca55012563dd7eae06fc8e13ac Mon Sep 17 00:00:00 2001 From: Sergio Estevao Date: Thu, 29 Jun 2017 13:25:02 +0100 Subject: [PATCH] Add resources to pod spec file. --- WordPress-Aztec-iOS.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/WordPress-Aztec-iOS.podspec b/WordPress-Aztec-iOS.podspec index c0169cea7..728530a3c 100644 --- a/WordPress-Aztec-iOS.podspec +++ b/WordPress-Aztec-iOS.podspec @@ -31,6 +31,7 @@ Pod::Spec.new do |s| s.module_name = "Aztec" s.source_files = 'Aztec/Classes/**/*' + s.resources = 'Aztec/Assets/**/*' # For more info about these, see: https://medium.com/swift-and-ios-writing/using-a-c-library-inside-a-swift-framework-d041d7b701d9#.wohyiwj5e # For this to work on local/development pods and outside projects we added two paths one for each scenario. See here: https://github.com/CocoaPods/CocoaPods/issues/5375