File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 11require 'json'
2-
2+
33package = JSON . parse ( File . read ( File . join ( __dir__ , 'package.json' ) ) )
44
55Pod ::Spec . new do |s |
6- s . name = "RNCViewpager "
6+ s . name = "react-native-viewpager "
77 s . version = package [ 'version' ]
88 s . summary = package [ 'description' ]
99 s . license = package [ 'license' ]
@@ -12,11 +12,9 @@ Pod::Spec.new do |s|
1212 s . homepage = package [ 'homepage' ]
1313
1414 s . platform = :ios , "7.0"
15- s . source = { :git => "https://github.com/author/RNCViewpager .git" , :tag => "master " }
16- s . source_files = "RNCViewpager /**/*.{h,m}"
15+ s . source = { :git => "https://github.com/react-native-community/react-native-viewpager .git" , :tag => "v #{ s . version } " }
16+ s . source_files = "ios /**/*.{h,m}"
1717 s . requires_arc = true
1818
1919 s . dependency "React"
2020end
21-
22-
You can’t perform that action at this time.
0 commit comments