Skip to content

Commit a5d295f

Browse files
authored
Update RxController.podspec
1 parent 6a6346b commit a5d295f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RxController.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ RxController provides the basic view controller and view model classes.
2323
These classes make it easy to transfer data among the flows, the parent view models and the child view models.
2424
DESC
2525

26-
s.homepage = 'https://github.com/xflagstudio/RxController'
26+
s.homepage = 'https://github.com/RxSwiftCommunity/RxController'
2727
s.license = { :type => 'MIT', :file => 'LICENSE' }
2828
s.author = { 'Meng Li' => '[email protected]' }
29-
s.source = { :git => 'https://github.com/xflagstudio/RxController.git', :tag => s.version.to_s }
29+
s.source = { :git => 'https://github.com/RxSwiftCommunity/RxController.git', :tag => s.version.to_s }
3030

3131
s.ios.deployment_target = '9.0'
3232
s.swift_versions = '5.0'

0 commit comments

Comments
 (0)