Skip to content

Commit 4635784

Browse files
author
Omair Baskanderi
committed
Fix pod lint error
1 parent fbee9c2 commit 4635784

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opus-ios.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Pod::Spec.new do |spec|
44
spec.version = "1.1.3"
55
spec.homepage = "https://github.com/chrisballinger/Opus-iOS"
66
spec.authors = { "Chris Ballinger" => "[email protected]" }
7-
spec.source = { :git => "https://github.com/chrisballinger/Opus-iOS.git", :tag => "v" + spec.version.to_s }
7+
spec.source = { :git => "https://github.com/obaskanderi/Opus-iOS.git", :tag => "v" + spec.version.to_s }
88
spec.platform = :ios, "9.0"
99
spec.requires_arc = true
1010
spec.license = { :type => "MIT", :file => "LICENSE" }
1111
spec.vendored_frameworks = "opus.framework"
12-
end
12+
end

0 commit comments

Comments
 (0)