@momo-kits/native-kits 0.150.0-image.2 → 0.150.0-image.3

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.
@@ -11,17 +11,6 @@ Pod::Spec.new do |spec|
11
11
  spec.ios.deployment_target = '13.0'
12
12
  spec.dependency 'SDWebImage', '5.14.3'
13
13
 
14
- if !Dir.exist?('build/cocoapods/framework/compose.framework') || Dir.empty?('build/cocoapods/framework/compose.framework')
15
- raise "
16
-
17
- Kotlin framework 'compose' doesn't exist yet, so a proper Xcode project can't be generated.
18
- 'pod install' should be executed after running ':generateDummyFramework' Gradle task:
19
-
20
- ./gradlew :compose:generateDummyFramework
21
-
22
- Alternatively, proper pod installation is performed during Gradle sync in the IDE (if Podfile location is set)"
23
- end
24
-
25
14
  spec.xcconfig = {
26
15
  'ENABLE_USER_SCRIPT_SANDBOXING' => 'NO',
27
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/native-kits",
3
- "version": "0.150.0-image.2",
3
+ "version": "0.150.0-image.3",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "@momo-platform/native-max-api": "1.0.18"