zhangzy 5 years ago
parent
commit
8aa6a6a623
2 changed files with 2 additions and 2 deletions
  1. 1 1
      XMPush.podspec
  2. 1 1
      package.json

+ 1 - 1
XMPush.podspec

@@ -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'

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "react-native-xmpush",
-  "version": "1.0.0",
+  "version": "1.0.1",
   "description": "集成小米推送",
   "main": "index.js",
   "scripts": {