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
2024-02-09 12:59:23 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5133ca80e93b4e36954e6af823d86a678692b60f
5133ca80
1 parent
8cf8f577
version 1.0.0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
SwiftWarplyFramework.podspec
SwiftWarplyFramework.podspec
View file @
5133ca8
Pod
::
Spec
.
new
do
|
spec
|
spec
.
name
=
"SwiftWarplyFramework"
spec
.
version
=
"
0.2.5
0"
spec
.
version
=
"
1.0.
0"
spec
.
summary
=
"A framework used for several functionalities."
spec
.
description
=
"This is the Warply framework used for react native or swift apps for analytics, push notifications and the functionality of the app."
...
...
@@ -17,7 +17,7 @@ Pod::Spec.new do |spec|
spec
.
platform
=
:ios
,
"13.0"
spec
.
source
=
{
:git
=>
"https://git.warp.ly/open-source/warply_sdk_framework.git"
,
:tag
=>
"
0.2.5
0"
}
spec
.
source
=
{
:git
=>
"https://git.warp.ly/open-source/warply_sdk_framework.git"
,
:tag
=>
"
1.0.
0"
}
# spec.public_header_files = "SwiftWarplyFramework.framework/Headers/*.h"
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}"
# 'SwiftWarplyFramework/**/*',
...
...
Please
register
or
login
to post a comment