# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. Pod::Spec.new do |s| s.name = "VVRNBaseModule" s.version = '0.1.0' s.summary = "VVRNBaseModule of React Native." s.homepage = "http://homepage" s.author = "Facebook, Inc. and its affiliates" s.license = { :type => 'MIT', :file => 'LICENSE'} s.source = { :git => 'git@:url//git', :tag => s.version.to_s} s.platforms = { :ios => "10.0" } s.swift_version = '5.0' s.static_framework = true s.source_files = 'Release_ios/Classes/**/*' s.exclude_files = 'android/**/*', 'ios/**/*','node_modules/**/*' s.resource_bundle = { "VVRNBaseModule" => ["Release_ios/Assets/**/*.{jsbundle,json,png,jpg}"]} s.dependency 'VVRNBaseModule' end