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 54eeb60 commit c1e15d4Copy full SHA for c1e15d4
nodejs-mobile-react-native.podspec
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
7
s.version = package['version']
8
s.summary = package['description']
9
s.license = package['license']
10
- s.source = { :git => 'https://github.com/nodejs-mobile/nodejs-mobile-react-native.git', :tag => 'v#{s.version}' }
+ s.source = { :git => 'https://github.com/nodejs-mobile/nodejs-mobile-react-native.git', :tag => "v#{s.version}" }
11
s.authors = package['author']
12
s.homepage = package['homepage']
13
s.platform = :ios, '9.0'
@@ -21,4 +21,4 @@ Pod::Spec.new do |s|
21
s.ios.vendored_frameworks = 'ios/NodeMobile.framework'
22
s.static_framework = true
23
s.dependency 'React-Core'
24
-end
+end
0 commit comments