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
Vasilis
2022-05-11 16:07:55 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
723137e7b3ad01137e6aeb1999b2ed81d68df2e2
723137e7
1 parent
d2f92582
git tag update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
SwiftWarplyFramework.podspec
SwiftWarplyFramework.podspec
View file @
723137e
Pod
::
Spec
.
new
do
|
spec
|
spec
.
name
=
"SwiftWarplyFramework"
spec
.
version
=
"0.0.
32
"
spec
.
version
=
"0.0.
1
"
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.
32
"
}
spec
.
source
=
{
:git
=>
"https://git.warp.ly/open-source/warply_sdk_framework.git"
,
:tag
=>
"0.0.
1
"
}
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