Skip to content

Commit

Permalink
Update Chromatism.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking authored Aug 13, 2017
1 parent 0d60d3c commit a3e71d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Chromatism.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
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" }
s.authors = { "anviking" => "[email protected]" }

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

0 comments on commit a3e71d7

Please sign in to comment.