[Podspec] Target iOS > 8.0

This commit is contained in:
Kyle Fuller
2015-06-29 16:16:50 -07:00
parent 028b340b54
commit 44810a82e7

View File

@@ -8,6 +8,8 @@ Pod::Spec.new do |spec|
spec.social_media_url = 'http://twitter.com/kylefuller'
spec.source = { :git => 'https://github.com/kylef/Stencil.git', :tag => "#{spec.version}" }
spec.source_files = 'Stencil/*.{h,swift}'
spec.ios.deployment_target = '8.0'
spec.osx.deployment_target = '10.9'
spec.requires_arc = true
spec.dependency 'PathKit', '~> 0.3.0'
end