Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
fix ios podspec for autolink
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlevy0 authored Nov 26, 2019
1 parent 766f284 commit 7fe40c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RNSocketMobile.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
s.author = { "author" => "[email protected]" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/author/RNSocketMobile.git", :tag => "master" }
s.source = { :git => "https://github.com/wavyapp/rn-socketmobile/RNSocketMobile.git", :tag => "master" }
s.source_files = "RNSocketMobile/**/*.{h,m}"
s.requires_arc = true

Expand Down

0 comments on commit 7fe40c2

Please sign in to comment.