Skip to content

Commit 716094f

Browse files
committed
Update podspec
1 parent f108cda commit 716094f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ios/react-native-custom-tabs.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
require 'json'
22

3-
package = JSON.parse(File.read(File.join(__dir__, '../../node_modules/react-native-custom-tabs/package.json')))
3+
package = JSON.parse(File.read(File.join(__dir__, '../package.json')))
44

55
Pod::Spec.new do |s|
66
s.name = "react-native-custom-tabs"
77
s.version = package['version']
8-
s.author = 'droibit'
8+
s.author = { "droibit" => "[email protected]" }
99
s.license = 'Apache'
1010
s.summary = s.name
1111
s.homepage = 'https://github.com/droibit/react-native-custom-tabs'
12-
s.source = { :git => 'https://github.com/droibit/react-native-custom-tabs', :commit => '630f54c7ead2e18fd22df94edb5ab5242b674948' }
12+
s.source = { :git => 'https://github.com/droibit/react-native-custom-tabs.git', :tag => "#{s.version}" }
1313
s.requires_arc = true
1414
s.platform = :ios, "8.0"
1515
s.pod_target_xcconfig = { "CLANG_CXX_LANGUAGE_STANDARD" => "c++14" }

0 commit comments

Comments
 (0)