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
2025-05-21 17:22:35 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
096886bd95908abc80ce9081405e1f28ae44bb8b
096886bd
1 parent
13c710cb
podspec part3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
4 deletions
SwiftWarplyFramework.podspec
SwiftWarplyFramework.podspec
View file @
096886b
...
...
@@ -19,7 +19,16 @@ Pod::Spec.new do |spec|
spec
.
source
=
{
:git
=>
"https://git.warp.ly/open-source/warply_sdk_framework.git"
,
:tag
=>
"2.0.0"
}
# spec.public_header_files = "SwiftWarplyFramework.framework/Headers/*.h"
# ==> OLD
spec
.
source_files
=
'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/**/*.{swift,storyboard,xib,otf,ttf,xcassets}"
# <== OLD
# ==> NEW
# ONLY include code files in source_files
spec
.
source_files
=
"SwiftWarplyFramework/**/*.{h,m,swift}"
# <== NEW
# 'SwiftWarplyFramework/**/*',
# , "SwiftWarplyFramework/**/*.{png,jpeg,jpg,json,xcassets,imageset,strings}", "SwiftWarplyFramework/Classes/**/*"
...
...
@@ -31,12 +40,15 @@ Pod::Spec.new do |spec|
# spec.resource_bundles = { 'ResourcesBundle' => ['SwiftWarplyFramework/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,json,ttf,imageset,strings}'] }
# ==>
UNCOMMENT
# ==>
OLD
# spec.resource_bundles = { 'ResourcesBundle' => ['SwiftWarplyFramework/**/*.{storyboard,xib,otf,ttf,xcassets}'] }
# <==
# <==
OLD
# ==> TEST
spec
.
resources
=
'SwiftWarplyFramework/**/*.{storyboard,xib,otf,ttf,xcassets}'
# ==> NEW
# spec.resources = 'SwiftWarplyFramework/**/*.{storyboard,xib,otf,ttf,xcassets}'
# Include all resource files in resources
spec
.
resources
=
"SwiftWarplyFramework/**/*.{storyboard,xib,otf,ttf,xcassets,png}"
# <== NEW
# Add explicit Swift version
spec
.
swift_version
=
'5.0'
...
...
Please
register
or
login
to post a comment