Enable submodules in Podspec

This commit is contained in:
Reda Lemeden 2015-12-02 23:58:51 +01:00
parent 7f5dbcf8dd
commit a76713f9f8
1 changed files with 1 additions and 1 deletions

View File

@ -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