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
2023-01-04 11:57:47 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5dae89951be03837145731c94a572cbc6b3a6ffb
5dae8995
1 parent
7d721226
test podspec v 12
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
SwiftWarplyFramework.podspec
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
SwiftWarplyFramework.podspec
View file @
5dae899
...
...
@@ -25,16 +25,16 @@ Pod::Spec.new do |spec|
spec
.
source
=
{
:git
=>
"https://git.warp.ly/open-source/warply_sdk_framework.git"
,
:tag
=>
"0.1.9"
}
# spec.public_header_files = "SwiftWarplyFramework.framework/Headers/*.h"
spec
.
source_files
=
'SwiftWarplyFramework/*'
,
'SwiftWarplyFramework/*.xcassets'
,
'SwiftWarplyFramework/SwiftWarplyFramework/*.xcassets'
,
"SwiftWarplyFramework/*.png"
,
"SwiftWarplyFramework/*.xcassets"
,
"SwiftWarplyFramework/SwiftWarplyFramework/*.xcassets"
,
"SwiftWarplyFramework/*.xib"
,
"SwiftWarplyFramework/SwiftWarplyFramework/*.xib"
,
"SwiftWarplyFramework/*.{h,m}"
,
"SwiftWarplyFramework/*.{h,m}"
,
"SwiftWarplyFramework/**/*.{h,m}"
,
"SwiftWarplyFramework/**/**/*.{h,m}"
,
"SwiftWarplyFramework/**/**/**/*.{h,m}"
,
"SwiftWarplyFramework/*.swift"
,
"*.swift"
,
"SwiftWarplyFramework/SwiftWarplyFramework/*.swift"
,
"SwiftWarplyFramework/SwiftWarplyFramework/SwiftWarplyFramework/*.swift"
,
"SwiftWarplyFramework/SwiftWarplyFramework/**/*.{swift,otf,storyboard,ttf,png,jpeg,jpg,xib,xcassets,json,ttf}"
spec
.
source_files
=
'SwiftWarplyFramework/*'
,
'SwiftWarplyFramework/*.xcassets'
,
'SwiftWarplyFramework/SwiftWarplyFramework/*.xcassets'
,
"SwiftWarplyFramework/*.png"
,
"SwiftWarplyFramework/*.xcassets"
,
"SwiftWarplyFramework/SwiftWarplyFramework/*.xcassets"
,
"SwiftWarplyFramework/*.xib"
,
"SwiftWarplyFramework/SwiftWarplyFramework/*.xib"
,
"SwiftWarplyFramework/*.{h,m}"
,
"SwiftWarplyFramework/*.{h,m}"
,
"SwiftWarplyFramework/**/*.{h,m}"
,
"SwiftWarplyFramework/**/**/*.{h,m}"
,
"SwiftWarplyFramework/**/**/**/*.{h,m}"
,
"SwiftWarplyFramework/*.swift"
,
"*.swift"
,
"SwiftWarplyFramework/SwiftWarplyFramework/*.swift"
,
"SwiftWarplyFramework/SwiftWarplyFramework/SwiftWarplyFramework/*.swift"
,
"SwiftWarplyFramework/SwiftWarplyFramework/**/*.{swift,otf,storyboard,ttf,png,jpeg,jpg,xib,xcassets,json,ttf}"
,
"SwiftWarplyFramework/SwiftWarplyFramework/*.{swift,otf,storyboard,ttf,png,jpeg,jpg,xib,xcassets,json,ttf}"
# spec.vendored_frameworks = "SwiftWarplyFramework.framework"
spec
.
exclude_files
=
"Classes/Exclude"
spec
.
dependency
'RSBarcodes_Swift'
,
'~> 5.1.1'
spec
.
dependency
'SwiftEventBus'
# spec.resource_bundles = { 'SwiftWarplyFramework' => ['SwiftWarplyFramework/**/*.{lproj,storyboard}'] }
spec
.
resource_bundles
=
{
'SwiftWarplyFramework'
=>
[
'SwiftWarplyFramework/SwiftWarplyFramework/*
*/*
.{png,jpeg,jpg,storyboard,xib,xcassets,json,ttf}'
]
}
spec
.
resource_bundles
=
{
'SwiftWarplyFramework'
=>
[
'SwiftWarplyFramework/SwiftWarplyFramework/*.{png,jpeg,jpg,storyboard,xib,xcassets,json,ttf}'
]
}
# spec.resources = "SwiftWarplyFramework/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}"
spec
.
resources
=
"SwiftWarplyFramework/SwiftWarplyFramework/*
*/*
.{lproj,storyboard,xcdatamodeld,xib,png,jpeg,jpg,xcassets,json}"
spec
.
resources
=
"SwiftWarplyFramework/SwiftWarplyFramework/*.{lproj,storyboard,xcdatamodeld,xib,png,jpeg,jpg,xcassets,json}"
# spec.resource = 'SwiftWarplyFramework/Main.storyboard'
# spec.resource_bundles = {
...
...
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
View file @
5dae899
No preview for this file type
Please
register
or
login
to post a comment