forked from bamlab/Flutter-Lyra
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflutter_lyra_ios.podspec
More file actions
25 lines (23 loc) · 897 Bytes
/
flutter_lyra_ios.podspec
File metadata and controls
25 lines (23 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'flutter_lyra_ios'
s.version = '0.0.1'
s.summary = 'An iOS implementation of the flutter_lyra plugin.'
s.description = <<-DESC
An iOS implementation of the flutter_lyra plugin.
DESC
s.homepage = 'http://example.com'
s.license = { :type => 'BSD', :file => '../LICENSE' }
s.author = { 'Your Company' => 'email@example.com' }
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.platform = :ios, '15.1'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
s.swift_version = '5.0'
s.dependency 'LyraPaymentSDK', '~> 2.8.0'
s.dependency 'LyraCardsRecognizer', '~> 2.0.2'
end