Skip to content

Commit e6b4135

Browse files
author
luolihao
committed
更新podspec
1 parent 4c195fa commit e6b4135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/RNAliveView.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = "RNAliveView"
4-
s.version = "1.0.0"
4+
s.version = "1.0.1"
55
s.summary = "RNAliveView"
66
s.description = "A short description of RNAliveView."
77
s.homepage = "https://github.com/yidun/alive-react-native"
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.author = { "author" => "[email protected]" }
1111
s.platform = :ios, "7.0"
1212
s.source = { :git => "https://github.com/yidun/alive-react-native.git", :tag => "master" }
13-
s.source_files = "RNAliveView/**/*.{h,m}"
13+
s.source_files = "**/*.{h,m}"
1414
s.requires_arc = true
1515

1616

0 commit comments

Comments
 (0)