Skip to content

Commit

Permalink
[Add] PallyConFPSSDK (1.17.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
yhpark-inka committed Feb 14, 2023
1 parent 6a65542 commit dbed34e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions PallyConFPSSDK/1.17.1/PallyConFPSSDK.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = 'PallyConFPSSDK'
s.version = '1.17.1'
s.platform = :ios
s.ios.deployment_target = "11.2"
s.summary = 'PallyConDrm SDK for iOS'
s.author = { 'InkaEntworks' => 'yhpark@inka.co.kr' }
s.homepage = 'https://github.com/inka-pallycon/pallycon-fps-ios-sdk'
s.source = {
:git => 'https://github.com/inka-pallycon/pallycon-fps-ios-sdk.git',
:tag => 'v1.17.1a'
}
s.vendored_frameworks = 'lib/PallyConFPSSDK.xcframework'

# 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

0 comments on commit dbed34e

Please sign in to comment.