From e44305f700787bf8a5beed17d4e6f43571cb1d5b Mon Sep 17 00:00:00 2001 From: Seungyoun Yi Date: Tue, 16 Jan 2018 21:18:38 +0900 Subject: [PATCH] Changed readme.md --- README.md | 6 +----- YNSearch.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4308496..7f310c3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/younatics/YNSearch/blob/master/LICENSE) [![Build Status](https://travis-ci.org/younatics/YNSearch.svg?branch=master)](https://travis-ci.org/younatics/YNSearch) [![Platform](https://img.shields.io/cocoapods/p/YNSearch.svg?style=flat)](http://cocoapods.org/pods/YNSearch) -[![Swift 3.1](https://img.shields.io/badge/Swift-3.0-orange.svg?style=flat)](https://developer.apple.com/swift/) [![Swift 4.0](https://img.shields.io/badge/Swift-4.0-blue.svg?style=flat)](https://developer.apple.com/swift/) ## Updates @@ -35,10 +34,7 @@ it, simply add the following line to your Podfile: ```ruby pod 'YNSearch' ``` -#### Swift 4 -```ruby -pod 'YNSearch', :git => 'https://github.com/younatics/YNSearch.git', :branch => 'swift4' -``` + ### Carthage ``` github "younatics/YNSearch" diff --git a/YNSearch.xcodeproj/project.pbxproj b/YNSearch.xcodeproj/project.pbxproj index 664cc7b..e544dc8 100644 --- a/YNSearch.xcodeproj/project.pbxproj +++ b/YNSearch.xcodeproj/project.pbxproj @@ -401,7 +401,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 10.3; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -456,7 +456,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 10.3; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";