@aks-dev/easyui 1.0.42 → 1.0.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
 
2
2
  Pod::Spec.new do |s|
3
3
  s.name = "RNEasyui"
4
- s.version = "1.0.0"
4
+ s.version = "1.0.1"
5
5
  s.summary = "RNEasyui"
6
6
  s.description = <<-DESC
7
7
  RNEasyui
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
12
12
  s.author = { "author" => "author@domain.cn" }
13
13
  s.platform = :ios, "11.0"
14
14
  s.source = { :git => "https://gitee.com/the_period_of_the_ten_kingdoms/aks-easyui.git", :tag => "master" }
15
- s.source_files = "**/*.{h,m,swift,xib,c}"
15
+ s.source_files = "**/*.{h,m,swift,xib,c,png}"
16
16
  s.requires_arc = true
17
17
 
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aks-dev/easyui",
3
- "version": "1.0.42",
3
+ "version": "1.0.43",
4
4
  "description": "爱科森开发工具包(react-native)",
5
5
  "main": "./src/index.ts",
6
6
  "typings": "./src/index.d.ts",