|
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
|
|
|
s.ios.deployment_target = '9.0'
|
|
|
|
|
|
s.source = { :git => "https://github.com/a289459798/react-native-mipush", :tag => "v#{s.version}" }
|
|
|
- s.source_files = '*.{h,m}'
|
|
|
+ s.source_files = 'ios/*.{h,m}'
|
|
|
s.preserve_paths = "**/*.js"
|
|
|
|
|
|
s.dependency 'React'
|