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 4c195fa commit e6b4135Copy full SHA for e6b4135
ios/RNAliveView.podspec
@@ -1,7 +1,7 @@
1
2
Pod::Spec.new do |s|
3
s.name = "RNAliveView"
4
- s.version = "1.0.0"
+ s.version = "1.0.1"
5
s.summary = "RNAliveView"
6
s.description = "A short description of RNAliveView."
7
s.homepage = "https://github.com/yidun/alive-react-native"
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
10
s.author = { "author" => "[email protected]" }
11
s.platform = :ios, "7.0"
12
s.source = { :git => "https://github.com/yidun/alive-react-native.git", :tag => "master" }
13
- s.source_files = "RNAliveView/**/*.{h,m}"
+ s.source_files = "**/*.{h,m}"
14
s.requires_arc = true
15
16
0 commit comments