From b49a32a9e460f349822f0988f8dbeb7960147260 Mon Sep 17 00:00:00 2001 From: Daniel Lozano Date: Wed, 2 Nov 2016 12:17:28 -0600 Subject: [PATCH 1/2] Removed Presentr workspace --- Presentr.xcworkspace/contents.xcworkspacedata | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 Presentr.xcworkspace/contents.xcworkspacedata diff --git a/Presentr.xcworkspace/contents.xcworkspacedata b/Presentr.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 2ebc616..0000000 --- a/Presentr.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - From 29535cd9b39aeb6a2a642e10d4763095501df43e Mon Sep 17 00:00:00 2001 From: Daniel Lozano Date: Wed, 2 Nov 2016 12:19:05 -0600 Subject: [PATCH 2/2] Updated podspec --- Presentr.podspec | 4 ++-- Presentr/Info.plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Presentr.podspec b/Presentr.podspec index b2b2976..804286f 100644 --- a/Presentr.podspec +++ b/Presentr.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Presentr" - s.version = "1.0.2" + s.version = "1.0.3" s.summary = "A simple Swift wrapper for typical custom view controller presentations." s.description = <<-DESC A micro framework created in Swift. Simplifies creating custom view controller presentations. Specially the typical ones we use which are a popup, an alert, or a any non-full-screen modal. Abstracts having to deal with custom presentation controllers and transitioning delegates @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.author = { "Daniel Lozano" => "dan@danielozano.com" } s.social_media_url = "http://twitter.com/danlozanov" s.platform = :ios, "9.0" - s.source = { :git => "https://github.com/icalialabs/Presentr.git", :tag => "1.0.2" } + s.source = { :git => "https://github.com/icalialabs/Presentr.git", :tag => "1.0.3" } s.source_files = "Presentr/**/*.{swift}" s.resources = "Presentr/**/*.{xib,ttf}" end diff --git a/Presentr/Info.plist b/Presentr/Info.plist index 9a87e23..464ccbe 100644 --- a/Presentr/Info.plist +++ b/Presentr/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.2 + 1.0.3 CFBundleSignature ???? CFBundleVersion