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

Commit 7777bc7

Browse files
committed
Merge pull request #193 from AutoScout24/fix-progress-hud-podspec
Add SVProgressHUD subspec again
2 parents bd5200e + 2c8ca85 commit 7777bc7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

MZFormSheetController.podspec

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'MZFormSheetController'
3-
s.version = '3.1.2'
3+
s.version = '3.1.3'
44
s.license = 'MIT'
55
s.summary = 'Provides an alternative to the native iOS UIModalPresentationFormSheet.'
66
s.homepage = 'https://github.com/m1entus/MZFormSheetController'
@@ -15,6 +15,12 @@ Pod::Spec.new do |s|
1515
sp.source_files = 'MZFormSheetController/*.{h,m}'
1616
end
1717

18+
s.subspec "SVProgressHUD" do |sp|
19+
sp.source_files = "MZFormSheetController+SVProgressHUD/*.{h,m}"
20+
sp.dependency 'SVProgressHUD'
21+
sp.dependency 'MZFormSheetController/Core'
22+
end
23+
1824
s.platform = :ios, '6.1'
1925
s.frameworks = 'QuartzCore', 'Accelerate'
2026
end

0 commit comments

Comments
 (0)