diff --git a/HTMLAttributedString.podspec b/HTMLAttributedString.podspec index d885ef3..17bf99e 100644 --- a/HTMLAttributedString.podspec +++ b/HTMLAttributedString.podspec @@ -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 \ No newline at end of file