-
Notifications
You must be signed in to change notification settings - Fork 1
Description
[!] Unable to find a specification for OloPaySDK (= 4.0.2) depended upon by olo_pay_sdk
You have either:
- mistyped the name or version.
- not added the source repo that hosts the Podspec to your Podfile.
Just storing old version on olo pay ios sdk
`#
To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.
Run pod lib lint olo_pay_sdk.podspec to validate before publishing.
Pod::Spec.new do |s|
s.name = 'olo_pay_sdk'
s.version = '1.2.0'
s.summary = 'Flutter Olo Pay SDK'
s.description = <<-DESC
Flutter Olo Pay SDK
DESC
s.homepage = 'http://example.com'
s.license = { :file => '../LICENSE' }
s.author = { 'Olo, Inc' => 'developersupport@olo.com' }
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency "OloPaySDK", "4.0.2"
s.platform = :ios, '13.0'
Flutter.framework does not contain a i386 slice.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
s.swift_version = '5.0'
end
`