Skip to content

Commit

Permalink
Merge pull request #76 from theappbusiness/fix/add-swift-version-to-p…
Browse files Browse the repository at this point in the history
…odspec

Add swift_version to podspec
  • Loading branch information
jonhocking authored Oct 25, 2018
2 parents 37bda3e + 1e9024a commit 3545fa8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TABResourceLoader.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|
spec.name = 'TABResourceLoader'
spec.homepage = 'https://github.com/theappbusiness/TABResourceLoader'
spec.version = '8.0.0'
spec.version = '8.0.1'
spec.license = { :type => 'MIT' }
spec.authors = { 'Luciano Marisi' => '[email protected]' }
spec.summary = 'Framework for loading resources from a network service'
Expand All @@ -11,4 +11,5 @@ Pod::Spec.new do |spec|
}
spec.source_files = 'Sources/**/*.swift'
spec.ios.deployment_target = '8.0'
spec.swift_version = '4.2'
end

0 comments on commit 3545fa8

Please sign in to comment.