Skip to content

Pod issue in ios #1

@sana12141

Description

@sana12141

[!] 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
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions