Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Manos Chorianopoulos
2022-12-21 13:58:48 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8f635a8248a41c962beedfcac92c02dfb324f004
8f635a82
1 parent
ccd803e4
update podspec v3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
SwiftWarplyFramework.podspec
SwiftWarplyFramework.podspec
View file @
8f635a8
...
...
@@ -24,10 +24,10 @@ Pod::Spec.new do |spec|
spec
.
exclude_files
=
"Classes/Exclude"
spec
.
dependency
'RSBarcodes_Swift'
,
'~> 5.1.1'
spec
.
dependency
'SwiftEventBus'
spec
.
pod_target_xcconfig
=
{
'EXCLUDED_ARCHS[sdk=iphonesimulator*]'
=>
'arm64'
}
spec
.
user_target_xcconfig
=
{
'EXCLUDED_ARCHS[sdk=iphonesimulator*]'
=>
'arm64'
}
spec
.
pod_target_xcconfig
=
{
'ONLY_ACTIVE_ARCH'
=>
'YES'
}
spec
.
user_target_xcconfig
=
{
'ONLY_ACTIVE_ARCH'
=>
'YES'
}
#
spec.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
#
spec.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
#
spec.pod_target_xcconfig = { 'ONLY_ACTIVE_ARCH' => 'YES' }
#
spec.user_target_xcconfig = { 'ONLY_ACTIVE_ARCH' => 'YES' }
# spec.dependency 'RESegmentedControl'
# spec.resource_bundles = {
...
...
Please
register
or
login
to post a comment