From 1f8e92ed14967c4ecab374002f0857a1f5f3e762 Mon Sep 17 00:00:00 2001 From: gaoyu Date: Thu, 26 Oct 2017 15:12:49 +0800 Subject: [PATCH] modify podspec --- LPAlbum.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LPAlbum.podspec b/LPAlbum.podspec index d25b66a..9614b1a 100644 --- a/LPAlbum.podspec +++ b/LPAlbum.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "LPAlbum" - s.version = "0.0.1" + s.version = "0.0.2" s.summary = "Can a decent enough photo album, photo album multi-select" s.homepage = "https://github.com/loopeer/LPAlbum" @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.source_files = ["LPAlbum/**/*.swift", "LPAlbum/LPAlbum.h"] s.public_header_files = ["LPAlbum/LPAlbum.h"] - + s.resource = 'LPAlbum/Others/LPAlbum.bundle' s.ios.deployment_target = "9.0" s.requires_arc = true