specify the platform to SVWebViewController

This commit is contained in:
laiso
2012-03-30 21:48:12 +09:00
parent 6f9a486a97
commit 18925f7ac8
@@ -6,6 +6,7 @@ Pod::Spec.new do |s|
s.author = { 'Sam Vermette' => 'http://samvermette.com' }
s.source = { :git => 'https://github.com/samvermette/SVWebViewController.git',
:tag => '0.1' }
s.platform = :ios
s.source_files = 'SVWebViewController/*.{h,m}'
s.resources = 'SVWebViewController/SVWebViewController.bundle'
s.clean_paths = 'Demo'