From 78a47bcbceea7e2c891a7732550e6e19b07d4786 Mon Sep 17 00:00:00 2001 From: JXT Date: Thu, 21 Jun 2018 18:42:08 +0800 Subject: [PATCH] update --- JXTAlertManager.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JXTAlertManager.podspec b/JXTAlertManager.podspec index 351ffa0..3298a99 100644 --- a/JXTAlertManager.podspec +++ b/JXTAlertManager.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.social_media_url = 'https://www.jianshu.com/u/c8f8558a4b1d' # 版本信息 - s.version = '1.0.1' + s.version = '1.0.2' s.license = { :type => 'MIT', :file => 'LICENSE' } # 地址 @@ -20,7 +20,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '8.0' # 文件 - s.source_files = 'JXTAlertManager', 'JXTAlertManager/**/*.{h,m}' + s.source_files = 'JXTAlertManager/**/*.{h,m}' # s.public_header_files = 'JXTAlertManager/**/*.{h}' # s.resources = "JXTAlertManager/JXTAlertManager/*.xcassets"