Skip to content

Commit a4334c5

Browse files
committed
Merge pull request #74 from pushpak/master
Updated PodFile to support iOS 6
2 parents 2188f92 + 6a7eef0 commit a4334c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SVWebViewController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pod::Spec.new do |s|
66
s.license = 'MIT'
77
s.author = { 'Sam Vermette' => '[email protected]' }
88
s.source = { :git => 'https://github.com/samvermette/SVWebViewController.git', :tag => s.version.to_s }
9-
s.platform = :ios, '7.0'
9+
s.platform = :ios, '6.0'
1010
s.source_files = 'SVWebViewController/**/*.{h,m}'
1111
s.resources = 'SVWebViewController/**/*.{bundle,png}'
1212
s.requires_arc = true

0 commit comments

Comments
 (0)