File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 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
3635pod ' YNSearch'
3736```
38- #### Swift 4
39- ``` ruby
40- pod ' YNSearch' , :git => ' https://github.com/younatics/YNSearch.git' , :branch => ' swift4'
41- ```
37+
4238### Carthage
4339```
4440github "younatics/YNSearch"
Original file line number Diff line number Diff line change 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;
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";
You can’t perform that action at this time.
0 commit comments