File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ Pod::Spec.new do |s|
8
8
A unidirectional data flow µframework, built on top of ReactiveSwift.
9
9
DESC
10
10
11
- s . homepage = "https://github.com/RACCommunity /Loop/"
11
+ s . homepage = "https://github.com/ReactiveCocoa /Loop/"
12
12
s . license = { :type => "MIT" , :file => "LICENSE" }
13
13
s . author = "ReactiveCocoa Community"
14
14
s . ios . deployment_target = '8.0'
15
15
s . osx . deployment_target = '10.9'
16
16
s . watchos . deployment_target = '2.0'
17
17
s . tvos . deployment_target = '9.0'
18
- s . source = { :git => "https://github.com/RACCommunity /Loop.git" , :tag => "#{ s . version } " }
18
+ s . source = { :git => "https://github.com/ReactiveCocoa /Loop.git" , :tag => "#{ s . version } " }
19
19
s . source_files = "ReactiveFeedback/*.{swift}"
20
20
21
21
s . cocoapods_version = ">= 1.7.0"
You can’t perform that action at this time.
0 commit comments