Skip to content

Commit

Permalink
Modify pod spec file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mittsu333 committed Apr 21, 2016
1 parent 2865fce commit a936acb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MarkedView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Pod::Spec.new do |s|
s.description = <<-DESC
DESC

s.homepage = "https://github.com/<GITHUB_USERNAME>/MarkedView"
s.homepage = "https://github.com/mittsuu/MarkedView-for-iOS"
s.license = 'MIT'
s.author = { "mittsu" => "otok553@gmail.com" }
s.source = { :git => "https://github.com/<GITHUB_USERNAME>/MarkedView.git", :tag => s.version.to_s }
s.author = { "mittsu" => "mittsu553@gmail.com" }
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 a936acb

Please sign in to comment.