From f55ed6a9bc10c341d426f75bac8e5ac07835cf73 Mon Sep 17 00:00:00 2001 From: ooatuoo Date: Tue, 28 Mar 2017 00:08:42 +0800 Subject: [PATCH] update podspec --- GuttlerPageControl.podspec | 17 ----------------- PacmanPageControl.podspec | 19 +++++++++++++------ 2 files changed, 13 insertions(+), 23 deletions(-) delete mode 100644 GuttlerPageControl.podspec diff --git a/GuttlerPageControl.podspec b/GuttlerPageControl.podspec deleted file mode 100644 index 3396a81..0000000 --- a/GuttlerPageControl.podspec +++ /dev/null @@ -1,17 +0,0 @@ -Pod::Spec.new do |s| - s.name = 'PacmanPageControl' - s.version = '0.2.0' - s.summary = 'Let us play Pac-Man' - - s.license = { :type => 'MIT', :file => 'LICENSE' } - s.homepage = 'https://github.com/atuooo/PacmanPageControl' - - s.authors = { "oOatuo" => "aaatuooo@gmail.com" } - 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.requires_arc = true -end \ No newline at end of file diff --git a/PacmanPageControl.podspec b/PacmanPageControl.podspec index 21be003..dcf0cd7 100644 --- a/PacmanPageControl.podspec +++ b/PacmanPageControl.podspec @@ -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" => "aaatuooo@gmail.com" } 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 \ No newline at end of file