diff --git a/PrettyColors.podspec b/PrettyColors.podspec
index 534bc87e..98e5a105 100644
--- a/PrettyColors.podspec
+++ b/PrettyColors.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'PrettyColors'
- spec.version = '5.0.1'
+ spec.version = '5.0.2'
spec.summary = 'Styles and colors text in the Terminal with ANSI escape codes. Conforms to ECMA Standard 48.'
spec.homepage = 'https://github.com/jdhealy/PrettyColors'
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
@@ -10,6 +10,7 @@ Pod::Spec.new do |spec|
spec.social_media_url = 'http://twitter.com/jdhealy'
spec.source = { :git => 'https://github.com/jdhealy/PrettyColors.git', :tag => "#{spec.version}" }
spec.source_files = 'Source/**/*.{h,swift}'
+ spec.swift_versions = ['3.0', '4.0', '4.2', '5.0']
spec.requires_arc = true
spec.ios.deployment_target = '8.0'
spec.osx.deployment_target = '10.9'
diff --git a/Supporting Files/Info.plist b/Supporting Files/Info.plist
index dcabc7bd..626605b0 100644
--- a/Supporting Files/Info.plist
+++ b/Supporting Files/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 5.0.1
+ 5.0.2
CFBundleSignature
????
CFBundleVersion
diff --git a/Tests/Supporting Files/Info.plist b/Tests/Supporting Files/Info.plist
index 35c4e772..b5296d04 100644
--- a/Tests/Supporting Files/Info.plist
+++ b/Tests/Supporting Files/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 5.0.1
+ 5.0.2
CFBundleSignature
????
CFBundleVersion