Skip to content

Commit

Permalink
Modify spec file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mittsu333 committed Apr 21, 2016
1 parent 2d26bd3 commit 452e0b8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions MarkedView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@ Pod::Spec.new do |s|
s.name = "MarkedView"
s.version = "0.1.0"
s.summary = "The Markdown text web viewer."
s.description = <<-DESC
The MarkedView is the markdown text web viewer.
DESC

s.homepage = "https://github.com/mittsuu/MarkedView-for-iOS"
s.license = 'MIT'
s.author = { "mittsu" => "[email protected]" }
s.source = { :git => "https://github.com/mittsuu/MarkedView-for-iOS.git", :tag => s.version.to_s }

s.platform = :ios, '8.3'
s.requires_arc = true

Expand Down

0 comments on commit 452e0b8

Please sign in to comment.