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-06 13:47:20 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d231218f4b364651b25a1dd6a92b07cf957fbc69
d231218f
1 parent
0bcdc7e2
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
WarplySDKFrameworkIOS.podspec
WarplySDKFrameworkIOS.podspec
View file @
d231218
Pod
::
Spec
.
new
do
|
spec
|
spec
.
name
=
"WarplySDKFrameworkIOS"
spec
.
version
=
"0.0.2
5
"
spec
.
version
=
"0.0.2
6
"
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,9 +17,9 @@ 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.2
5
"
}
spec
.
source
=
{
:git
=>
"https://git.warp.ly/open-source/warply_sdk_framework.git"
,
:tag
=>
"0.0.2
6
"
}
spec
.
source_files
=
"WarplySDKFrameworkIOS.framework/headers/*.h"
spec
.
source_files
=
"WarplySDKFrameworkIOS
*"
,
"WarplySDKFrameworkIOS
.framework/headers/*.h"
# spec.exclude_files = "Classes/Exclude"
# spec.resource_bundles = {
...
...
Please
register
or
login
to post a comment