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 14:17:44 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9b35e120d0f0507c9640f5c011ff7372bd81d502
9b35e120
1 parent
e9c655d6
version 30
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
WarplySDKFrameworkIOS.podspec
WarplySDKFrameworkIOS.podspec
View file @
9b35e12
Pod
::
Spec
.
new
do
|
spec
|
spec
.
name
=
"WarplySDKFrameworkIOS"
spec
.
version
=
"0.0.
29
"
spec
.
version
=
"0.0.
30
"
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,10 +17,11 @@ 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.
29
"
}
spec
.
source
=
{
:git
=>
"https://git.warp.ly/open-source/warply_sdk_framework.git"
,
:tag
=>
"0.0.
30
"
}
spec
.
source_files
=
"WarplySDKFrameworkIOS*"
,
"WarplySDKFrameworkIOS.framework/headers/*.h"
# spec.exclude_files = "Classes/Exclude"
spec
.
vendored_frameworks
=
"WarplySDKFrameworkIOS.framework"
spec
.
exclude_files
=
"Classes/Exclude"
# spec.resource_bundles = {
# 'Resources' => ['WarplySDKFrameworkIOS/*.xcassets', 'WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/*.xcassets']
...
...
Please
register
or
login
to post a comment