From 81ebeeae4e0f3d6bc3c333a3c87e092f838e6883 Mon Sep 17 00:00:00 2001 From: Bas Broek Date: Sat, 3 Dec 2016 08:47:12 +0100 Subject: [PATCH 1/3] Drop deployment target to 8.0 --- Changelog.md | 1 + Example/Analysis.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index f792f45..a47b29c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,7 @@ - Added `wordSyllables()`, which returns the syllables of every unique word. - Added `fleschReadingEase()`, which calculates the [Flesch reading ease score](https://en.wikipedia.org/wiki/Flesch–Kincaid_readability_tests#Flesch_reading_ease). - Added `fleschKincaidGradeLevel()`, which calculates the [Flesch-Kincaid grade level](https://en.wikipedia.org/wiki/Flesch–Kincaid_readability_tests#Flesch.E2.80.93Kincaid_grade_level). +- Dropped the deployment target from iOS `8.3` to `8.0`. # [0.1.0](https://github.com/BasThomas/Analysis/releases/tag/0.1.0) Initial release. diff --git a/Example/Analysis.xcodeproj/project.pbxproj b/Example/Analysis.xcodeproj/project.pbxproj index a7d1bfa..f576297 100644 --- a/Example/Analysis.xcodeproj/project.pbxproj +++ b/Example/Analysis.xcodeproj/project.pbxproj @@ -455,7 +455,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.3; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -495,7 +495,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.3; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; From a3aacd87a2226a36b1678e196dc19cf38b7dbf63 Mon Sep 17 00:00:00 2001 From: Bas Broek Date: Sat, 3 Dec 2016 08:47:30 +0100 Subject: [PATCH 2/3] Update Changelog + Readme --- Changelog.md | 2 ++ Readme.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index a47b29c..c521830 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,7 @@ # next +# [0.2.0](https://github.com/BasThomas/Analysis/releases/tag/0.2.0) + - Added `syllableCount()`, which counts the total amount of syllables of the `input`. - Added `wordSyllables()`, which returns the syllables of every unique word. - Added `fleschReadingEase()`, which calculates the [Flesch reading ease score](https://en.wikipedia.org/wiki/Flesch–Kincaid_readability_tests#Flesch_reading_ease). diff --git a/Readme.md b/Readme.md index 4c50f5c..9a35482 100644 --- a/Readme.md +++ b/Readme.md @@ -9,7 +9,7 @@ Analysis is a tool that helps you extract useful information from strings. It ca Analysis is available via CocoaPods. ```ruby -pod 'Analysis', '~> 0.1.0' +pod 'Analysis', '~> 0.2.0' ``` Then run `pod install`. From 2b407e0ee9e30e266d9c618216ddd05b5445e4b3 Mon Sep 17 00:00:00 2001 From: Bas Broek Date: Sat, 3 Dec 2016 08:47:36 +0100 Subject: [PATCH 3/3] Update podspec --- Analysis.podspec | 2 +- Example/Podfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Analysis.podspec b/Analysis.podspec index 254f284..9f64e44 100644 --- a/Analysis.podspec +++ b/Analysis.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Analysis" - s.version = "0.1.0" + s.version = "0.2.0" s.summary = "Analyse your strings." s.description = <<-DESC diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 6d34134..0f5d591 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,15 +1,15 @@ PODS: - - Analysis (0.1.0) + - Analysis (0.2.0) DEPENDENCIES: - Analysis (from `../`) EXTERNAL SOURCES: Analysis: - :path: "../" + :path: ../ SPEC CHECKSUMS: - Analysis: ab1cbd03a290a79c671425c34e43d94b7a620f24 + Analysis: 00866c8642f25365be1797772e36f4277072f8f6 PODFILE CHECKSUM: 8aa19244f257b8174d0051e41788d104857daad3