-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
95 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
Pod::Spec.new do |s| | ||
s.name = 'RxController' | ||
s.version = '0.1' | ||
s.summary = 'A short description of RxController.' | ||
s.summary = 'A library for developing with MVVM-C based on RxFlow and RxSwift.' | ||
|
||
# This description is used to generate tags and improve search results. | ||
# * Think: What does it do? Why did you write it? What is the focus? | ||
|
@@ -18,14 +18,16 @@ Pod::Spec.new do |s| | |
# * Finally, don't worry about the indent, CocoaPods strips it! | ||
|
||
s.description = <<-DESC | ||
TODO: Add long description of the pod here. | ||
RxController is a library developing with MVVM-C based on RxFlow and RxSwift. | ||
RxController provides the basic view controller and view model classes. | ||
These classes make it easy to transfer data among the flows, the parent view models and the child view models. | ||
DESC | ||
|
||
s.homepage = 'https://github.com/lm2343635/RxController' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { 'lm2343635' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/lm2343635/RxController.git', :tag => s.version.to_s } | ||
s.social_media_url = 'https://www.fczm.pe' | ||
s.social_media_url = 'https://www.fczm.pw' | ||
|
||
s.ios.deployment_target = '9.0' | ||
|
||
|