From a76713f9f81aabab4c02490885007872dfc70f12 Mon Sep 17 00:00:00 2001 From: Reda Lemeden Date: Wed, 2 Dec 2015 23:58:51 +0100 Subject: [PATCH] Enable submodules in Podspec --- Gifu.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gifu.podspec b/Gifu.podspec index 850c704..fab5d33 100644 --- a/Gifu.podspec +++ b/Gifu.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.social_media_url = "http://twitter.com/kaishin" s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "Reda Lemeden" => "git@kaishin.haz.email" } - s.source = { :git => "https://github.com/kaishin/gifu.git", :tag => "v#{s.version}" } + s.source = { :git => "https://github.com/kaishin/gifu.git", :tag => "v#{s.version}", :submodules => true } s.platform = :ios, "8.0" s.ios.source_files = "Source/**/*.{h,swift}", "Carthage/Checkouts/Runes/Source/Runes.swift" s.requires_arc = true