Pod::Spec.new do |s| s.name = "ExpoWakeLock" s.version = "0.1.0" s.summary = "Android-only wake lock module" s.description = "No iOS implementation" s.homepage = "https://github.com/supersuryaansh/expo-wake-lock" s.license = { :type => "MIT" } s.author = "supersuryaansh" s.platforms = { :ios => "13.0" } s.source = { :git => "https://github.com/supersuryaansh/expo-wake-lock.git", :tag => s.version.to_s } s.source_files = [] end