require "json" Pod::Spec.new do |s| # NPM package specification package = JSON.parse(File.read(File.join(File.dirname(__FILE__), "package.json"))) s.name = "react-native-clear-cache" s.version = "1.0.0" s.summary = "cache" s.description = "缓存清除插件" s.homepage = "https://github.com/xuqianjin/react-native-aliplayer.git" s.license = "MIT" s.author = { "author" => "author@domain.cn" } s.platform = :ios, "7.0" s.source = { :git => "https://github.com/xuqianjin/react-native-aliplayer.git", :tag => "master" } s.source_files = "ios/**/*.{h,m}" s.requires_arc = true s.dependency "React" end