diff --git a/Mistica.podspec b/Mistica.podspec new file mode 100644 index 00000000..a9831ca9 --- /dev/null +++ b/Mistica.podspec @@ -0,0 +1,33 @@ +# +# Be sure to run `pod lib lint Mistica.podspec' to ensure this is a +# valid spec before submitting. +# +# Any lines starting with a # are optional, but their use is encouraged +# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html +# + +Pod::Spec.new do |s| + s.name = 'Mistica' + s.version = '29.7.3' + s.summary = 'Mistica is an iOS framework that contains reusable UI components and utilities for the Telefonica group.' + s.description = <<-DESC + Mistica is an iOS framework that contains reusable UI components and utilities for the Telefonica group. + DESC + + s.homepage = 'https://github.com/Telefonica/mistica-ios' + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.author = { 'Novum' => 'cto-ios@telefonica.com' } + s.source = { :git => 'https://github.com/Telefonica/mistica-ios/mistica-ios.git', :tag => s.version.to_s } + + s.ios.deployment_target = '12.0' + + s.source_files = 'Sources/Mistica/**/*.swift', 'Sources/MisticaCommon/**/*.swift' + s.exclude_files = 'Sources/Mistica/Export.swift' + s.resources = ['Sources/MisticaCommon/Resources/*'] + s.frameworks = 'UIKit' + + s.dependency "lottie-ios", "4.4.1" + # s.dependency "SnapshotTesting", "1.8.2" + s.dependency "SDWebImage", "5.19.1" + s.dependency "SDWebImageSVGCoder", "1.7.0" +end \ No newline at end of file diff --git a/MisticaSwiftUI.podspec b/MisticaSwiftUI.podspec new file mode 100644 index 00000000..61b361a4 --- /dev/null +++ b/MisticaSwiftUI.podspec @@ -0,0 +1,33 @@ +# +# Be sure to run `pod lib lint MisticaSwiftUI.podspec' to ensure this is a +# valid spec before submitting. +# +# Any lines starting with a # are optional, but their use is encouraged +# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html +# + +Pod::Spec.new do |s| + s.name = 'MisticaSwiftUI' + s.version = '29.7.3' + s.summary = 'Mistica is an iOS framework that contains reusable UI components and utilities for the Telefonica group.' + s.description = <<-DESC + Mistica is an iOS framework that contains reusable UI components and utilities for the Telefonica group. + DESC + + s.homepage = 'https://github.com/Telefonica/mistica-ios' + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.author = { 'Novum' => 'cto-ios@telefonica.com' } + s.source = { :git => 'https://github.com/Telefonica/mistica-ios/mistica-ios.git', :tag => s.version.to_s } + + s.ios.deployment_target = '12.0' + + s.source_files = 'Sources/MisticaSwiftUI/**/*.swift', 'Sources/MisticaCommon/**/*.swift' + s.exclude_files = 'Sources/MisticaSwiftUI/Export.swift' + s.resources = ['Sources/MisticaCommon/Resources/*'] + s.frameworks = 'SwiftUI' + + s.dependency "lottie-ios", "4.4.1" + # s.dependency "SnapshotTesting", "1.8.2" + s.dependency "SDWebImage", "5.19.1" + s.dependency "SDWebImageSVGCoder", "1.7.0" + end \ No newline at end of file