Skip to content

Commit 1fb1b32

Browse files
committed
Update podspec for GitHub orgranization change.
1 parent 0021734 commit 1fb1b32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Loop.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ Pod::Spec.new do |s|
88
A unidirectional data flow µframework, built on top of ReactiveSwift.
99
DESC
1010

11-
s.homepage = "https://github.com/RACCommunity/Loop/"
11+
s.homepage = "https://github.com/ReactiveCocoa/Loop/"
1212
s.license = { :type => "MIT", :file => "LICENSE" }
1313
s.author = "ReactiveCocoa Community"
1414
s.ios.deployment_target = '8.0'
1515
s.osx.deployment_target = '10.9'
1616
s.watchos.deployment_target = '2.0'
1717
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}" }
1919
s.source_files = "ReactiveFeedback/*.{swift}"
2020

2121
s.cocoapods_version = ">= 1.7.0"

0 commit comments

Comments
 (0)