expo-calendar-kit 2.2.5 → 2.2.7

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.
@@ -16,7 +16,6 @@ Pod::Spec.new do |s|
16
16
  s.static_framework = true
17
17
 
18
18
  s.dependency 'ExpoModulesCore'
19
- s.dependency 'CalendarKit'
20
19
 
21
20
  # Swift/Objective-C compatibility
22
21
  s.pod_target_xcconfig = {
@@ -1,6 +1,5 @@
1
1
  import ExpoModulesCore
2
2
  import UIKit
3
- import CalendarKit
4
3
  import EventKit
5
4
 
6
5
  // MARK: - UIColor Hex Extension
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-calendar-kit",
3
- "version": "2.2.5",
3
+ "version": "2.2.7",
4
4
  "description": "Expo module wrapping the native Swift CalendarKit library for React Native apps",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",