diff --git a/Chromatism.podspec b/Chromatism.podspec index 22aa810..5cc5c99 100644 --- a/Chromatism.podspec +++ b/Chromatism.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Chromatism" - s.version = "1.0" + s.version = "0.4" s.summary = "iOS Syntax Highlighting in Swift" s.homepage = "https://github.com/Anviking/Chromatism" s.license = { :type => "MIT" } @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.requires_arc = true s.osx.deployment_target = "10.9" - s.ios.deployment_target = "8.0" - s.source = { :git => "https://github.com/Anviking/Chromatism", :tag => "1.0"} - s.source_files = "Chromatism/Chromatism/*.swift" + s.ios.deployment_target = "10.0" + s.source = { :git => "https://github.com/Anviking/Chromatism", :tag => "0.4"} + s.source_files = "Chromatism/*.swift" end