From ba7688c7b182a684d9c0f82918bd33a6fd648b7c Mon Sep 17 00:00:00 2001 From: wushenghua Date: Thu, 21 Jan 2016 10:38:00 +0800 Subject: [PATCH] Release 1.0.0. --- ASH_Manager.podspec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ASH_Manager.podspec b/ASH_Manager.podspec index c2234e6..04d006c 100644 --- a/ASH_Manager.podspec +++ b/ASH_Manager.podspec @@ -4,14 +4,15 @@ Pod::Spec.new do |s| s.name = "ASH_Manager" - s.version = "0.0.1" - s.summary = "A short description of ASH_Manager." + s.version = "1.0.0" + s.summary = "自己用的库" s.description = <<-DESC + 主要是给自己用的pod库。 DESC - s.homepage = "http://EXAMPLE/ASH_Manager" + s.homepage = "https://github.com/wu736139669" @@ -19,13 +20,13 @@ Pod::Spec.new do |s| - s.author = { "wushenghua" => "wushenghua@linggan.com" } + s.author = { "wushenghua" => "https://github.com/wu736139669" } s.platform = :ios, "7.0" - s.source = { :git => "http://EXAMPLE/ASH_Manager.git", :tag => "0.0.1" } + s.source = { :git => "https://github.com/wu736139669/ASH_Manager.git", :tag => "1.0.0" } s.source_files = "ASH_Manager/*.{h,m}"