require 'json' version = JSON.parse(File.read('package.json'))["version"] Pod::Spec.new do |s| s.name = "react-native-update-pod" s.version = version s.summary = "React Native Hot Update pod " s.homepage = "https://gitlab.com/mervinzhu/react-native-update-pod" s.license = "MIT" s.author = { "reactnativecn" => "reactnativecn@reactnative.cn" } s.platform = :ios, "7.0" s.source = { :git => "https://gitlab.com/mervinzhu/react-native-update-pod.git", :tag => s.version } s.source_files = 'ios/**/*.{h,m,c}' s.library = ['z', 'bz2.1.0'] s.dependency 'React' s.dependency 'SSZipArchive' end