From c2853450169f5f0b317c434f87ed256c51cacae1 Mon Sep 17 00:00:00 2001 From: Cee Date: Mon, 10 Aug 2015 08:30:49 +0800 Subject: [PATCH] Update LICENSE file and podspec --- LICENSE.txt => LICENSE | 0 Pangu.podspec | 10 +++++----- 2 files changed, 5 insertions(+), 5 deletions(-) rename LICENSE.txt => LICENSE (100%) diff --git a/LICENSE.txt b/LICENSE similarity index 100% rename from LICENSE.txt rename to LICENSE diff --git a/Pangu.podspec b/Pangu.podspec index d2e5ce0..e93948d 100644 --- a/Pangu.podspec +++ b/Pangu.podspec @@ -6,14 +6,14 @@ Pod::Spec.new do |s| s.homepage = "https://github.com/Cee/pangu.objective-c" - s.license = { :type => "MIT", :file => "FILE_LICENSE" } + s.license = { :type => "MIT", :file => "LICENSE" } - s.author = { "Cee" => "cee@chu2byo.com" } + s.author = { "Cee" => "cee@chu2byo.com" } - s.ios.platform = :ios, '5.0' - s.osx.platform = :iox, '10.7' + s.ios.deployment_target = '5.0' + s.osx.deployment_target = '10.7' s.source = { :git => "https://github.com/Cee/pangu.objective-c.git", :tag => "v#{s.version.to_s}" } - s.source_files = "Classes", "Classes/**/*.{h,m}" + s.source_files = "Classes", "Classes/**/*.{h,m}" end