File tree Expand file tree Collapse file tree
Example/GrowingTextView.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change 469469 ONLY_ACTIVE_ARCH = YES;
470470 SDKROOT = iphoneos;
471471 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
472- SWIFT_VERSION = 4.2 ;
472+ SWIFT_VERSION = 5.0 ;
473473 };
474474 name = Debug;
475475 };
517517 MTL_ENABLE_DEBUG_INFO = NO;
518518 SDKROOT = iphoneos;
519519 SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
520- SWIFT_VERSION = 4.2 ;
520+ SWIFT_VERSION = 5.0 ;
521521 VALIDATE_PRODUCT = YES;
522522 };
523523 name = Release;
539539 PRODUCT_NAME = "$(TARGET_NAME)";
540540 PROVISIONING_PROFILE_SPECIFIER = "";
541541 SWIFT_SWIFT3_OBJC_INFERENCE = Default;
542- SWIFT_VERSION = 4.2;
543542 };
544543 name = Debug;
545544 };
560559 PRODUCT_NAME = "$(TARGET_NAME)";
561560 PROVISIONING_PROFILE_SPECIFIER = "";
562561 SWIFT_SWIFT3_OBJC_INFERENCE = Default;
563- SWIFT_VERSION = 4.2;
564562 };
565563 name = Release;
566564 };
580578 PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
581579 PRODUCT_NAME = "$(TARGET_NAME)";
582580 SWIFT_SWIFT3_OBJC_INFERENCE = Default;
583- SWIFT_VERSION = 4.0;
584581 TEST_HOST = "$(BUILT_PRODUCTS_DIR)/GrowingTextView_Example.app/GrowingTextView_Example";
585582 };
586583 name = Debug;
597594 PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
598595 PRODUCT_NAME = "$(TARGET_NAME)";
599596 SWIFT_SWIFT3_OBJC_INFERENCE = Default;
600- SWIFT_VERSION = 4.0;
601597 TEST_HOST = "$(BUILT_PRODUCTS_DIR)/GrowingTextView_Example.app/GrowingTextView_Example";
602598 };
603599 name = Release;
Original file line number Diff line number Diff line change 88
99Pod ::Spec . new do |s |
1010 s . name = "GrowingTextView"
11- s . version = "0.7.0 "
11+ s . version = "0.7.1 "
1212 s . summary = "UITextView on Swift 3/4/5. Support auto growing, placeholder and length limit."
1313
1414# This description is used to generate tags and improve search results.
You can’t perform that action at this time.
0 commit comments