Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

Commit

Permalink
Merge pull request #193 from AutoScout24/fix-progress-hud-podspec
Browse files Browse the repository at this point in the history
Add SVProgressHUD subspec again
  • Loading branch information
m1entus committed Dec 8, 2015
2 parents bd5200e + 2c8ca85 commit 7777bc7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion MZFormSheetController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MZFormSheetController'
s.version = '3.1.2'
s.version = '3.1.3'
s.license = 'MIT'
s.summary = 'Provides an alternative to the native iOS UIModalPresentationFormSheet.'
s.homepage = 'https://github.com/m1entus/MZFormSheetController'
Expand All @@ -15,6 +15,12 @@ Pod::Spec.new do |s|
sp.source_files = 'MZFormSheetController/*.{h,m}'
end

s.subspec "SVProgressHUD" do |sp|
sp.source_files = "MZFormSheetController+SVProgressHUD/*.{h,m}"
sp.dependency 'SVProgressHUD'
sp.dependency 'MZFormSheetController/Core'
end

s.platform = :ios, '6.1'
s.frameworks = 'QuartzCore', 'Accelerate'
end

0 comments on commit 7777bc7

Please sign in to comment.