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

Commit 6055a7c

Browse files
重新定义层次
1 parent 8f35d79 commit 6055a7c

11 files changed

Lines changed: 6 additions & 24 deletions

File tree

PullToRefreshKit/PullToRefreshKit.podspec

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,23 @@
99
Pod::Spec.new do |s|
1010
s.name = 'PullToRefreshKit'
1111
s.version = '0.1.0'
12-
s.summary = 'A short description of PullToRefreshKit.'
13-
14-
# This description is used to generate tags and improve search results.
15-
# * Think: What does it do? Why did you write it? What is the focus?
16-
# * Try to keep it short, snappy and to the point.
17-
# * Write the description between the DESC delimiters below.
18-
# * Finally, don't worry about the indent, CocoaPods strips it!
12+
s.summary = 'A lib to help you create pull down to refresh,pull up to load more,pull left/right to do some action.'
1913

2014
s.description = <<-DESC
21-
TODO: Add long description of the pod here.
15+
PullToRefreshKit is an colleciton of "Pull to refresh" method. With this lib,you can create pull down to refresh,pull up to laod more,pull left/right to do some action.Besides,it is quite easy to make a custom refresh view.
2216
DESC
2317

24-
s.homepage = 'https://github.com/<GITHUB_USERNAME>/PullToRefreshKit'
25-
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
18+
s.homepage = 'https://github.com/LeoMobileDeveloper/PullToRefreshKit'
2619
s.license = { :type => 'MIT', :file => 'LICENSE' }
2720
s.author = { 'Leo' => 'leomobiledeveloper@gmail.com' }
28-
s.source = { :git => 'https://github.com/<GITHUB_USERNAME>/PullToRefreshKit.git', :tag => s.version.to_s }
29-
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
21+
s.source = { :git => 'https://github.com/LeoMobileDeveloper/PullToRefreshKit.git', :tag => s.version.to_s }
3022

3123
s.ios.deployment_target = '8.0'
3224

33-
s.source_files = 'PullToRefreshKit/Classes/**/*'
25+
s.source_files = 'Source/Classes/**/*'
3426

3527
s.resource_bundles = {
36-
'PullToRefreshKit' => ['PullToRefreshKit/Assets/*.png']
28+
'PullToRefreshKit' => ['Source/Assets/*.png']
3729
}
3830

39-
# s.public_header_files = 'Pod/Classes/**/*.h'
40-
# s.frameworks = 'UIKit', 'MapKit'
41-
# s.dependency 'AFNetworking', '~> 2.3'
4231
end

PullToRefreshKit/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ To run the example project, clone the repo, and run `pod install` from the Examp
1313

1414
## Installation
1515

16-
PullToRefreshKit is available through [CocoaPods](http://cocoapods.org). To install
17-
it, simply add the following line to your Podfile:
18-
19-
```ruby
20-
pod "PullToRefreshKit"
21-
```
22-
2316
## Author
2417

2518
Leo, leomobiledeveloper@gmail.com

0 commit comments

Comments
 (0)