Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Commit

Permalink
[app] Add podspec for ANSIHelper.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Nov 20, 2014
1 parent 7976e65 commit 0d042b6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions app/ANSIEscapeHelper.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "ANSIEscapeHelper"
s.version = "0.9.6"
s.summary = "Objective-C class for translating between ANSI-escaped NSStrings and NSAttributedStrings."
s.homepage = "https://github.com/ali-rantakari/ANSIEscapeHelper"
s.license = "MIT"
#s.license = { :type => "MIT", :file => "FILE_LICENSE" }

s.author = { "Ali Rantakari" => "[email protected]" }
#s.social_media_url = "http://twitter.com/Ali Rantakari"

s.source = { :git => "https://github.com/ali-rantakari/ANSIEscapeHelper.git", :commit => "2931e9e3d162ad76613231358f3d6a77eebd760f" }
s.source_files = "AMR_ANSIEscapeHelper.{h,m}"
s.requires_arc = true
end

0 comments on commit 0d042b6

Please sign in to comment.