diff --git a/node_modules/react-native-iaphub/react-native-iaphub.podspec b/node_modules/react-native-iaphub/react-native-iaphub.podspec deleted file mode 100644 index 23bc3d6..0000000 --- a/node_modules/react-native-iaphub/react-native-iaphub.podspec +++ /dev/null @@ -1,20 +0,0 @@ -require "json" - -package = JSON.parse(File.read(File.join(__dir__, "package.json"))) - -Pod::Spec.new do |s| - s.name = "react-native-iaphub" - s.version = package["version"] - s.summary = package["description"] - s.homepage = package["homepage"] - s.license = package["license"] - s.authors = package["author"] - - s.platforms = { :ios => "9.0" } - s.source = { :git => "https://github.com/iaphub/react-native-iaphub.git", :tag => "#{s.version}" } - - s.source_files = "ios/**/*.{h,m,mm,swift}" - - s.dependency "Iaphub", "4.1.1" - s.dependency "React-Core" -end \ No newline at end of file