Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
atuooo committed Mar 27, 2017
1 parent 2c36831 commit f55ed6a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 23 deletions.
17 changes: 0 additions & 17 deletions GuttlerPageControl.podspec

This file was deleted.

19 changes: 13 additions & 6 deletions PacmanPageControl.podspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
Pod::Spec.new do |s|
s.name = 'PacmanPageControl'
s.version = '0.2.0'
s.summary = 'Let's play Pac-Man'
s.name = "PacmanPageControl"
s.version = "0.2.0"
s.summary = <<-DESC
Let's play Pac-Man.
DESC

s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = 'https://github.com/atuooo/PacmanPageControl'
s.homepage = "https://github.com/atuooo/PacmanPageControl"

s.authors = { "oOatuo" => "[email protected]" }
s.social_media_url = "https://twitter.com/OoAtuo"

s.ios.deployment_target = "8.0"

s.source = { :git => 'https://github.com/atuooo/PacmanPageControl.git', :tag => s.version }
s.source_files = 'Sources/*.swift'
s.source = {
:git => "https://github.com/atuooo/PacmanPageControl.git",
:tag => s.version
}

s.source_files = "Sources/*.swift"
s.frameworks = "UIKit", "Foundation"
s.requires_arc = true
end

0 comments on commit f55ed6a

Please sign in to comment.