From f027e18fb6e3a0f0bacd90d7558c2d859fd03884 Mon Sep 17 00:00:00 2001 From: Norihiro Sakamoto Date: Tue, 20 Jan 2015 19:47:51 +0900 Subject: [PATCH] v 0.0.3 --- SwiftFilePath.podspec | 4 ++-- SwiftFilePath/Info.plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SwiftFilePath.podspec b/SwiftFilePath.podspec index 78782e8..c736bea 100644 --- a/SwiftFilePath.podspec +++ b/SwiftFilePath.podspec @@ -2,12 +2,12 @@ Pod::Spec.new do |s| s.name = "SwiftFilePath" - s.version = "0.0.2" + s.version = "0.0.3" s.summary = "Simple and powerful wrapper for NSFileManager." s.homepage = "https://github.com/nori0620/SwiftFilePath" s.license = "MIT" s.author = { "Norihiro Sakamoto" => "nori0620@gmail.com" } - s.source = { :git => "https://github.com/nori0620/SwiftFilePath.git", :tag => "0.0.2" } + s.source = { :git => "https://github.com/nori0620/SwiftFilePath.git", :tag => "0.0.3" } s.platform = :ios, '8.0' s.source_files = "SwiftFilePath/**/*.swift" s.requires_arc = true diff --git a/SwiftFilePath/Info.plist b/SwiftFilePath/Info.plist index c553c10..cbf2ddd 100644 --- a/SwiftFilePath/Info.plist +++ b/SwiftFilePath/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.0.2 + 0.0.3 CFBundleSignature ???? CFBundleVersion