Pod::Spec.new do |s| s.name = "RNReactNativeStickerPipe" s.version = "1.0.0" s.summary = "RNReactNativeStickerPipe" s.description = <<-DESC RNReactNativeStickerPipe DESC s.homepage = "" s.license = "MIT" # s.license = { :type => "MIT", :file => "FILE_LICENSE" } s.author = { "author" => "author@domain.cn" } s.platform = :ios, "7.0" s.source = { :git => "https://github.com/author/RNReactNativeStickerPipe.git", :tag => "master" } s.source_files = "RNReactNativeStickerPipe/**/*.{h,m}" s.requires_arc = true s.dependency "React" s.dependency 'AFNetworking', '3.1.0' s.dependency 'DFImageManager', '0.8.0' s.dependency 'MBProgressHUD', '1.0.0' s.dependency 'SDWebImage', '3.8.2' #s.dependency "others" end