From e0d64b19c6e7b8782ec384882870b36ca51284bc Mon Sep 17 00:00:00 2001 From: LuisBurgos Date: Sun, 31 Mar 2019 21:48:44 -0600 Subject: [PATCH] Update podspec file for version 2.0 --- .swift-version | 1 - Bugle.podspec | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.swift-version b/.swift-version index 1478a6f..5186d07 100644 --- a/.swift-version +++ b/.swift-version @@ -1,2 +1 @@ 4.0 -4.0 diff --git a/Bugle.podspec b/Bugle.podspec index bdc4131..2962c2b 100644 --- a/Bugle.podspec +++ b/Bugle.podspec @@ -1,15 +1,15 @@ Pod::Spec.new do |s| s.name = 'Bugle' - s.version = '1.0.0' + s.version = '2.0.0' s.summary = 'Bugle, is a helper for displaying alerts without writing boilerplate code.' s.homepage = 'https://github.com/yellowme/Bugle' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'Luis Burgos' => 'luisarturo.burgos@gmail.com' } s.source = { :git => 'https://github.com/yellowme/Bugle.git', :tag => s.version.to_s } + s.swift_version = '4.0' s.ios.deployment_target = '10.0' s.source_files = [ "Bugle/Sources/**/*.{swift,h,m,c}", ] - -end \ No newline at end of file +end