File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "WSTagsField"
3
- s . version = "5.1.0 "
3
+ s . version = "5.1.1 "
4
4
s . summary = "An iOS text field that represents different Tags"
5
5
s . homepage = "https://github.com/whitesmith/WSTagsField"
6
6
s . license = 'MIT'
Original file line number Diff line number Diff line change 310
310
MTL_ENABLE_DEBUG_INFO = YES;
311
311
ONLY_ACTIVE_ARCH = YES;
312
312
SDKROOT = iphoneos;
313
- SHARED_BUILD_NUMBER = 2019.9.18.23.24 ;
314
- SHARED_VERSION_NUMBER = 5.1.0 ;
313
+ SHARED_BUILD_NUMBER = 2019.10.3.10.52 ;
314
+ SHARED_VERSION_NUMBER = 5.1.1 ;
315
315
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
316
316
SWIFT_VERSION = 4.0;
317
317
TARGETED_DEVICE_FAMILY = "1,2";
366
366
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
367
367
MTL_ENABLE_DEBUG_INFO = NO;
368
368
SDKROOT = iphoneos;
369
- SHARED_BUILD_NUMBER = 2019.9.18.23.24 ;
370
- SHARED_VERSION_NUMBER = 5.1.0 ;
369
+ SHARED_BUILD_NUMBER = 2019.10.3.10.52 ;
370
+ SHARED_VERSION_NUMBER = 5.1.1 ;
371
371
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
372
372
SWIFT_VERSION = 4.0;
373
373
TARGETED_DEVICE_FAMILY = "1,2";
You can’t perform that action at this time.
0 commit comments