Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 12 additions & 11 deletions HTMLAttributedString.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Pod::Spec.new do |s|
s.name = 'HTMLAttributedString'
s.version = '1.0.0'
s.summary = 'HTMLAttributedString uses the power of iOS 7.0's initWithData:options:documentAttributes:error: to bring you the power of HTML and CSS into your everyday iOS development needs.'
s.author = {
'Mohammed Islam' => 'https://github.com/mmislam101'
}
s.source = {
:git => 'https://github.com/mmislam101/HTMLAttributedString.git',
:tag => '1.0.0'
}
s.source_files = 'Source/*.{h,m}'
s.name = "HTMLAttributedString"
s.version = "0.0.1"
s.summary = "Do not mess with NSRanges anymore; Mark up your strings for quick attributes."
s.homepage = "https://github.com/yichizhang/HTMLAttributedString"
s.author = { "Mohammed Islam" => "https://github.com/mmislam101" }
s.license = "unlicense"

s.source = { :git => "https://github.com/yichizhang/HTMLAttributedString.git", :tag => "0.0.1" }

s.platform = :ios, '6.0'
s.source_files = 'HTMLAttributedString/HTMLAttributedString.{h,m}'
s.requires_arc = true
end