diff --git a/ios/RNRootViewBackground.podspec b/RNRootViewBackground.podspec similarity index 83% rename from ios/RNRootViewBackground.podspec rename to RNRootViewBackground.podspec index 0a45ea7..7e79ec1 100644 --- a/ios/RNRootViewBackground.podspec +++ b/RNRootViewBackground.podspec @@ -12,8 +12,9 @@ Pod::Spec.new do |s| s.author = { "author" => "author@domain.cn" } s.platform = :ios, "7.0" s.source = { :git => "https://github.com/author/RNRootViewBackground.git", :tag => "master" } - s.source_files = "RNRootViewBackground/**/*.{h,m}" + s.source_files = "ios/**/*.{h,m}" s.requires_arc = true + s.homepage = "https://github.com/johniak/react-native-root-view-background" s.dependency "React"