We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11d2666 commit 006361bCopy full SHA for 006361b
2 files changed
package.json
@@ -29,7 +29,7 @@
29
],
30
"repository": {
31
"type": "git",
32
- "url": "https://github.com/tradle/react-native-udp"
+ "url": "https://github.com/tradle/react-native-udp.git"
33
},
34
"keywords": [
35
"react-native",
react-native-udp.podspec
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
10
s.license = package_json["license"]
11
s.author = { package_json["author"] => package_json["author"] }
12
s.platform = :ios, "7.0"
13
- s.source = { :git => package_json["repository"]["url"].gsub(/(http.*)/).first, :tag => "v#{s.version}" }
+ s.source = { :git => package_json["repository"]["url"], :tag => "v#{s.version}" }
14
s.source_files = 'ios/**/*.{h,m}'
15
s.dependency 'React-Core'
16
s.dependency 'CocoaAsyncSocket'
0 commit comments