Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdevereux committed Jan 19, 2016
1 parent 7f50cd7 commit bd28cf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Slash.podspec
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = "Slash"
s.version = "0.1.2"
s.version = "0.1.3"
s.summary = "A simple, extensible, language for styling attributed strings."
s.description = <<-DESC
A simple, extensible markup language for styling NSAttributedStrings. The language is similar in appearance to HTML, however the tag vocabulary and styles can be easily customized by passing a dictionary argument to the parser.
A simple, extensible markup language for styling NSAttributedStrings. The language is similar in appearance to HTML, however the tag vocabulary and styles can be easily customized by passing a dictionary argument to the parser.
DESC
s.homepage = "https://github.com/chrisdevereux/Slash"
s.license = { :type => 'MIT', :file => 'LICENCE' }
s.author = { "Chris Devereux" => "devereux.chris@gmail.com" }
s.source = { :git => "https://github.com/chrisdevereux/Slash.git", :tag => "0.1.2" }
s.source = { :git => "https://github.com/chrisdevereux/Slash.git", :tag => "0.1.3" }
s.frameworks = 'CoreText'

s.ios.deployment_target = '4.3'
Expand Down

0 comments on commit bd28cf1

Please sign in to comment.