Skip to content

Commit e44305f

Browse files
committed
Changed readme.md
1 parent fd621f8 commit e44305f

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/younatics/YNSearch/blob/master/LICENSE)
77
[![Build Status](https://travis-ci.org/younatics/YNSearch.svg?branch=master)](https://travis-ci.org/younatics/YNSearch)
88
[![Platform](https://img.shields.io/cocoapods/p/YNSearch.svg?style=flat)](http://cocoapods.org/pods/YNSearch)
9-
[![Swift 3.1](https://img.shields.io/badge/Swift-3.0-orange.svg?style=flat)](https://developer.apple.com/swift/)
109
[![Swift 4.0](https://img.shields.io/badge/Swift-4.0-blue.svg?style=flat)](https://developer.apple.com/swift/)
1110

1211
## Updates
@@ -35,10 +34,7 @@ it, simply add the following line to your Podfile:
3534
```ruby
3635
pod 'YNSearch'
3736
```
38-
#### Swift 4
39-
```ruby
40-
pod 'YNSearch', :git => 'https://github.com/younatics/YNSearch.git', :branch => 'swift4'
41-
```
37+
4238
### Carthage
4339
```
4440
github "younatics/YNSearch"

YNSearch.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@
401401
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
402402
GCC_WARN_UNUSED_FUNCTION = YES;
403403
GCC_WARN_UNUSED_VARIABLE = YES;
404-
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
404+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
405405
MTL_ENABLE_DEBUG_INFO = YES;
406406
ONLY_ACTIVE_ARCH = YES;
407407
SDKROOT = iphoneos;
@@ -456,7 +456,7 @@
456456
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
457457
GCC_WARN_UNUSED_FUNCTION = YES;
458458
GCC_WARN_UNUSED_VARIABLE = YES;
459-
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
459+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
460460
MTL_ENABLE_DEBUG_INFO = NO;
461461
SDKROOT = iphoneos;
462462
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";

0 commit comments

Comments
 (0)