Pod::Spec.new do |s| s.name = "react-native-vlc" s.version = "1.0.5" s.summary = "VLC player" s.requires_arc = true s.author = { 'imokhles' => 'mokhleshussien@aol.com' } s.license = 'MIT' s.homepage = 'https://github.com/imokhles/react-native-vlc' s.source = { :git => "https://github.com/imokhles/react-native-vlc.git" } s.source_files = 'ios/RCTVLCPlayer/*' s.platform = :ios, "8.0" s.static_framework = true s.dependency 'React' s.dependency 'MobileVLCKit', '3.3.14' end