|
9 | 9 | Pod::Spec.new do |s| |
10 | 10 | s.name = 'PullToRefreshKit' |
11 | 11 | 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.' |
19 | 13 |
|
20 | 14 | 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. |
22 | 16 | DESC |
23 | 17 |
|
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' |
26 | 19 | s.license = { :type => 'MIT', :file => 'LICENSE' } |
27 | 20 | 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 } |
30 | 22 |
|
31 | 23 | s.ios.deployment_target = '8.0' |
32 | 24 |
|
33 | | - s.source_files = 'PullToRefreshKit/Classes/**/*' |
| 25 | + s.source_files = 'Source/Classes/**/*' |
34 | 26 |
|
35 | 27 | s.resource_bundles = { |
36 | | - 'PullToRefreshKit' => ['PullToRefreshKit/Assets/*.png'] |
| 28 | + 'PullToRefreshKit' => ['Source/Assets/*.png'] |
37 | 29 | } |
38 | 30 |
|
39 | | - # s.public_header_files = 'Pod/Classes/**/*.h' |
40 | | - # s.frameworks = 'UIKit', 'MapKit' |
41 | | - # s.dependency 'AFNetworking', '~> 2.3' |
42 | 31 | end |
0 commit comments