Skip to content

Commit 39c5775

Browse files
author
Kenneth Tsang
committed
Merge branch 'satishVekariya-swift5'
2 parents a5b8859 + 549b20d commit 39c5775

File tree

6 files changed

+25
-13
lines changed

6 files changed

+25
-13
lines changed

Example/GrowingTextView.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
isa = PBXProject;
220220
attributes = {
221221
LastSwiftUpdateCheck = 0720;
222-
LastUpgradeCheck = 1000;
222+
LastUpgradeCheck = 1020;
223223
ORGANIZATIONNAME = CocoaPods;
224224
TargetAttributes = {
225225
607FACCF1AFB9204008FA782 = {
@@ -236,7 +236,7 @@
236236
};
237237
buildConfigurationList = 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "GrowingTextView" */;
238238
compatibilityVersion = "Xcode 3.2";
239-
developmentRegion = English;
239+
developmentRegion = en;
240240
hasScannedForEncodings = 0;
241241
knownRegions = (
242242
en,

Example/GrowingTextView.xcodeproj/xcshareddata/xcschemes/GrowingTextView-Example.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1000"
3+
LastUpgradeVersion = "1020"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/GrowingTextView.xcscheme

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GrowingTextView.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "GrowingTextView"
11-
s.version = "0.6.1"
12-
s.summary = "UITextView on Swift 3 and Swift 4. Support auto growing, placeholder and length limit."
11+
s.version = "0.7.0"
12+
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.
1515
# * Think: What does it do? Why did you write it? What is the focus?

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[![Language](https://img.shields.io/badge/Swift-3.0-orange.svg?style=flat)](http://cocoapods.org/pods/GrowingTextView)
77
[![Language](https://img.shields.io/badge/Swift-4.0-orange.svg?style=flat)](http://cocoapods.org/pods/GrowingTextView)
88
[![Language](https://img.shields.io/badge/Swift-4.2-orange.svg?style=flat)](http://cocoapods.org/pods/GrowingTextView)
9+
[![Language](https://img.shields.io/badge/Swift-5.0-orange.svg?style=flat)](http://cocoapods.org/pods/GrowingTextView)
910

1011
<img src="DEMO.gif" border=1 style="border-color:#eeeeee">
1112

@@ -20,6 +21,12 @@ iOS 8.0 or above
2021
GrowingTextView is available through [CocoaPods](http://cocoapods.org). To install
2122
it, simply add the following line to your Podfile:
2223

24+
Swift 5.0<br>
25+
26+
```ruby
27+
pod 'GrowingTextView', '0.7.0'
28+
```
29+
2330
Swift 4.2<br>
2431

2532
```ruby
@@ -48,6 +55,12 @@ GrowingTextView is also available through
4855
[Carthage](https://github.com/Carthage/Carthage). To install it, add the following
4956
line to your Cartfile:
5057

58+
Swift 5.0<br>
59+
60+
```ruby
61+
github "KennethTsang/GrowingTextView" ~> 0.7
62+
```
63+
5164
Swift 4.2<br>
5265

5366
```ruby

0 commit comments

Comments
 (0)