We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbee9c2 commit 4635784Copy full SHA for 4635784
opus-ios.podspec
@@ -4,9 +4,9 @@ Pod::Spec.new do |spec|
4
spec.version = "1.1.3"
5
spec.homepage = "https://github.com/chrisballinger/Opus-iOS"
6
spec.authors = { "Chris Ballinger" => "[email protected]" }
7
- spec.source = { :git => "https://github.com/chrisballinger/Opus-iOS.git", :tag => "v" + spec.version.to_s }
+ spec.source = { :git => "https://github.com/obaskanderi/Opus-iOS.git", :tag => "v" + spec.version.to_s }
8
spec.platform = :ios, "9.0"
9
spec.requires_arc = true
10
spec.license = { :type => "MIT", :file => "LICENSE" }
11
spec.vendored_frameworks = "opus.framework"
12
-end
+end
0 commit comments