Skip to content
This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Commit e846369

Browse files
Update README
1 parent cbe1bb0 commit e846369

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

PullToRefreshKit.podspec

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

99
Pod::Spec.new do |s|
1010
s.name = 'PullToRefreshKit'
11-
s.version = '0.3.1'
12-
s.summary = 'A refresh library written with pure Swift'
11+
s.version = '0.4.0'
12+
s.summary = 'A refresh library written with pure Swift 3'
1313
s.description = <<-DESC
14-
This is a pull to refresh library written by pure Swift. Using it you can add pull to refresh,pull to load more,pull left/right to view details within one line. Besides,it is quite easy to write a custom refresh view when using this lib.
14+
This is a pull to refresh library written by pure Swift 3. Using it you can add pull to refresh,pull to load more,pull left/right to view details within one line. Besides,it is quite easy to write a custom refresh view when using this lib.
1515
DESC
1616

1717
s.homepage = 'https://github.com/LeoMobileDeveloper/PullToRefreshKit'

PullToRefreshKit.xcodeproj/project.pbxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -873,6 +873,7 @@
873873
TargetAttributes = {
874874
52E8FB3B1D336E26000D0BF1 = {
875875
CreatedOnToolsVersion = 7.3.1;
876+
DevelopmentTeam = 8FNLESAJY7;
876877
LastSwiftMigration = 0800;
877878
};
878879
};
@@ -1263,6 +1264,7 @@
12631264
isa = XCBuildConfiguration;
12641265
buildSettings = {
12651266
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1267+
DEVELOPMENT_TEAM = 8FNLESAJY7;
12661268
INFOPLIST_FILE = PullToRefreshKit/Info.plist;
12671269
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
12681270
PRODUCT_BUNDLE_IDENTIFIER = Leo.PullToRefreshKit;
@@ -1275,6 +1277,7 @@
12751277
isa = XCBuildConfiguration;
12761278
buildSettings = {
12771279
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1280+
DEVELOPMENT_TEAM = 8FNLESAJY7;
12781281
INFOPLIST_FILE = PullToRefreshKit/Info.plist;
12791282
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
12801283
PRODUCT_BUNDLE_IDENTIFIER = Leo.PullToRefreshKit;

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@
4747
## Require
4848

4949
- iOS 8
50-
- Swift 2
50+
- Swift 3.0
5151

52+
For Swift 2.3, See branch [Swift2](https://github.com/LeoMobileDeveloper/PullToRefreshKit/tree/Swift2)
5253
##Support
5354

5455
UITableView/UICollectionView/UIScrollView/UIWebView
@@ -189,4 +190,4 @@ Leo, leomobiledeveloper@gmail.com
189190

190191
## License
191192

192-
PullToRefreshKit is available under the MIT license. See the LICENSE file for more info.
193+
PullToRefreshKit is available under the MIT license. See the LICENSE file for more info.

0 commit comments

Comments
 (0)