Upgrade to PathKit ~> 0.4.0

This commit is contained in:
Kyle Fuller
2015-09-25 10:26:55 -07:00
parent 554d2ee07f
commit a0bde992c2
2 changed files with 6 additions and 6 deletions

View File

@@ -1,10 +1,10 @@
PODS: PODS:
- PathKit (0.4.0-beta.1) - PathKit (0.4.0)
DEPENDENCIES: DEPENDENCIES:
- PathKit (~> 0.4.0-beta.1) - PathKit (~> 0.4.0)
SPEC CHECKSUMS: SPEC CHECKSUMS:
PathKit: dd424f40892d4f60f279c8f2cd82503fc86e4dad PathKit: bfbf544223c1a9fbf5dd7ff301d9ab1c46603b7d
COCOAPODS: 0.39.0.beta.4 COCOAPODS: 0.38.2

View File

@@ -6,11 +6,11 @@ Pod::Spec.new do |spec|
spec.license = { :type => 'BSD', :file => 'LICENSE' } spec.license = { :type => 'BSD', :file => 'LICENSE' }
spec.author = { 'Kyle Fuller' => 'inbox@kylefuller.co.uk' } spec.author = { 'Kyle Fuller' => 'inbox@kylefuller.co.uk' }
spec.social_media_url = 'http://twitter.com/kylefuller' spec.social_media_url = 'http://twitter.com/kylefuller'
spec.source = { :git => 'https://github.com/kylef/Stencil.git', :tag => "#{spec.version}" } spec.source = { :git => 'https://github.com/kylef/Stencil.git', :tag => spec.version }
spec.source_files = 'Stencil/*.swift', 'Stencil/TemplateLoader/*.swift' spec.source_files = 'Stencil/*.swift', 'Stencil/TemplateLoader/*.swift'
spec.ios.deployment_target = '8.0' spec.ios.deployment_target = '8.0'
spec.osx.deployment_target = '10.9' spec.osx.deployment_target = '10.9'
spec.requires_arc = true spec.requires_arc = true
spec.dependency 'PathKit', '~> 0.4.0-beta.1' spec.dependency 'PathKit', '~> 0.4.0'
end end