Pod::Spec.new do |s| s.name = 'ImageOrientationNormalizer' s.version = '0.9.1' s.summary = 'Native ingress normalization for gallery-picked images on React Native / Expo.' s.description = 'Decodes via PhotoKit and ImageIO on iOS, BitmapFactory + ExifInterface + Matrix on Android; writes display-oriented JPEG with EXIF Orientation=1.' s.author = 'Ray Abel' s.homepage = 'https://github.com/rayabelcode/expo-image-orientation-normalizer' s.license = { type: 'MIT', file: '../LICENSE' } s.platforms = { :ios => '16.4', :tvos => '16.4' } s.source = { git: 'https://github.com/rayabelcode/expo-image-orientation-normalizer.git', tag: s.version.to_s } s.static_framework = true s.dependency 'ExpoModulesCore' s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', } s.source_files = "**/*.{h,m,mm,swift,hpp,cpp}" end