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-23 16:14:55 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8727b35efe10e361fd1cb65f564ec94db36244ac
8727b35e
1 parent
a927bc12
add version 0.1.0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
SwiftWarplyFramework.podspec
SwiftWarplyFramework.podspec
View file @
8727b35
Pod
::
Spec
.
new
do
|
spec
|
spec
.
name
=
"SwiftWarplyFramework"
spec
.
version
=
"0.
0.3
"
spec
.
version
=
"0.
1.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
,
"11.0"
spec
.
source
=
{
:git
=>
"https://git.warp.ly/open-source/warply_sdk_framework.git"
,
:tag
=>
"0.
0.3
"
}
spec
.
source
=
{
:git
=>
"https://git.warp.ly/open-source/warply_sdk_framework.git"
,
:tag
=>
"0.
1.0
"
}
spec
.
public_header_files
=
"SwiftWarplyFramework.framework/Headers/*.h"
spec
.
source_files
=
"SwiftWarplyFramework.framework/headers/*.h"
spec
.
vendored_frameworks
=
"SwiftWarplyFramework.framework"
...
...
Please
register
or
login
to post a comment