Skip to content

Commit

Permalink
create podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
lyb committed Apr 25, 2017
1 parent a4d5fc2 commit d4ebf97
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions YBAttributeString.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "YBAttributeString"
s.version = "1.0.0"
s.summary = "用Masonry的语法写NSAttributedString"
s.description = "用Masonry的语法写NSAttributedString/a fast way to create attributedString like Masonry"
s.homepage = "https://github.com/lyb5834/YBAttributeString"
s.license = "MIT"
s.author = { "lyb" => "[email protected]" }
s.source = { :git => "https://github.com/lyb5834/YBAttributeString", :tag => s.version.to_s }
s.source_files = "YBAttributeString/*.{h,m}"
s.requires_arc = true
s.platform = :ios, '7.0'
end

0 comments on commit d4ebf97

Please sign in to comment.