From 9dbbdd87711836b5b1af39f24b8caa196c38b762 Mon Sep 17 00:00:00 2001 From: Nicholas Maccharoli Date: Tue, 9 Apr 2019 00:49:33 +0900 Subject: [PATCH] Update cocoapods info for swift 5 --- .swift-version | 2 +- AttributedLib.podspec | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.swift-version b/.swift-version index bf77d54..819e07a 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -4.2 +5.0 diff --git a/AttributedLib.podspec b/AttributedLib.podspec index 69d30e0..3dba89c 100644 --- a/AttributedLib.podspec +++ b/AttributedLib.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AttributedLib' - s.version = '2.2.1' + s.version = '3.0.0' s.summary = 'Modern Swift µframework for attributed strings.' s.description = <<-DESC @@ -18,7 +18,6 @@ to `NSAttributedString`. s.author = { 'Nicholas Maccharoli' => 'nmaccharoli@gmail.com' } s.source = { :git => 'https://github.com/Nirma/Attributed.git', :tag => s.version.to_s } - s.swift_version = "4.2" s.ios.deployment_target = '9.0' s.source_files = 'Attributed/*.swift'