Skip to content

Commit

Permalink
[Update] MTStringAttributes (0.0.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
atomkirk committed Feb 13, 2013
1 parent 2a8bef2 commit d66150d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions MTStringAttributes/0.0.2/MTStringAttributes.podspec
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "MTStringAttributes"
s.version = "0.0.2"
s.summary = "Makes it way easier to generate attribute dictionaries needed for NSAttributedString (on iOS)."
s.homepage = "https://github.com/mysterioustrousers/MTStringAttributes"
s.license = 'MIT'
s.author = { "Adam Kirk" => "atomkirk@gmail.com" }
s.source = { :git => "https://github.com/mysterioustrousers/MTStringAttributes.git", :tag => "0.0.2" }
s.ios.deployment_target = '6.0'
s.osx.deployment_target = '10.7'
s.source_files = 'MTStringAttributes/*.{h,m}'
s.frameworks = 'CoreGraphics', 'UIKit', 'Foundation'
s.requires_arc = true
s.dependency 'Slash', '~> 0.0.1'
end

0 comments on commit d66150d

Please sign in to comment.