Skip to content

Commit 4d10188

Browse files
committed
Update podspec.
1 parent efd189b commit 4d10188

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

Example/RxDataSourcesSingleSection.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
/* Begin PBXFileReference section */
3636
1E8E0532C51E8467760A2520 /* Pods_RxDataSourcesSingleSection_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RxDataSourcesSingleSection_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3737
26C54714CF6A0003F9DF75A8 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
38-
3050E32E789E17293C886E95 /* RxDataSourcesSingleSection.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = RxDataSourcesSingleSection.podspec; path = ../RxDataSourcesSingleSection.podspec; sourceTree = "<group>"; };
38+
3050E32E789E17293C886E95 /* RxDataSourcesSingleSection.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = RxDataSourcesSingleSection.podspec; path = ../RxDataSourcesSingleSection.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
3939
4ADD3AD2C8F6C75FD73C950D /* Pods_RxDataSourcesSingleSection_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RxDataSourcesSingleSection_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4040
607FACD01AFB9204008FA782 /* RxDataSourcesSingleSection_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RxDataSourcesSingleSection_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
4141
607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
[![License](https://img.shields.io/cocoapods/l/RxDataSourcesSingleSection.svg?style=flat)](https://cocoapods.org/pods/RxDataSourcesSingleSection)
66
[![Platform](https://img.shields.io/cocoapods/p/RxDataSourcesSingleSection.svg?style=flat)](https://cocoapods.org/pods/RxDataSourcesSingleSection)
77

8+
This library provides simple extensions to create a table view or collection view which contains only a single section, with the RxDataSources library.
9+
810
## Example
911

1012
To run the example project, clone the repo, and run `pod install` from the Example directory first.

RxDataSourcesSingleSection.podspec

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

99
Pod::Spec.new do |s|
1010
s.name = 'RxDataSourcesSingleSection'
11-
s.version = '0.1.0'
12-
s.summary = 'A short description of RxDataSourcesSingleSection.'
11+
s.version = '0.1'
12+
s.summary = 'SingleSection extensions for RxDataSources.'
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?
@@ -18,18 +18,17 @@ Pod::Spec.new do |s|
1818
# * Finally, don't worry about the indent, CocoaPods strips it!
1919

2020
s.description = <<-DESC
21-
TODO: Add long description of the pod here.
21+
This library provides simple extensions to create a table view or collection view which contains only a single section, with the RxDataSources library.
2222
DESC
2323

2424
s.homepage = 'https://github.com/lm2343635/RxDataSourcesSingleSection'
25-
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
2625
s.license = { :type => 'MIT', :file => 'LICENSE' }
2726
s.author = { 'lm2343635' => 'lm2343635@126.com' }
2827
s.source = { :git => 'https://github.com/lm2343635/RxDataSourcesSingleSection.git', :tag => s.version.to_s }
29-
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
30-
31-
s.ios.deployment_target = '8.0'
3228

29+
s.ios.deployment_target = '9.0'
30+
s.swift_version = '5.0'
31+
3332
s.source_files = 'RxDataSourcesSingleSection/Classes/**/*'
3433

3534
s.dependency 'RxSwift', '~> 5'

images/viewmodel.jpg

49.8 KB
Loading

0 commit comments

Comments
 (0)