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-05-27 16:55:42 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ed5e085a3ced1d6c55394990b5d452d2c4dce526
ed5e085a
1 parent
c64bee84
SwiftEventBus spec dependency fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
SwiftWarplyFramework.podspec
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
SwiftWarplyFramework.podspec
View file @
ed5e085
...
...
@@ -23,7 +23,7 @@ Pod::Spec.new do |spec|
spec
.
vendored_frameworks
=
"SwiftWarplyFramework.framework"
spec
.
exclude_files
=
"Classes/Exclude"
spec
.
dependency
'RSBarcodes_Swift'
,
'~> 5.1.1'
spec
.
dependency
'SwiftEventBus'
,
'~> 5.1.0
'
spec
.
dependency
'SwiftEventBus'
,
:tag
=>
'5.1.0'
,
:git
=>
'https://github.com/cesarferreira/SwiftEventBus.git
'
# spec.resource_bundles = {
# 'Resources' => ['WarplySDKFrameworkIOS/*.xcassets', 'WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/*.xcassets']
...
...
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
View file @
ed5e085
No preview for this file type
Please
register
or
login
to post a comment