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-05 10:57:13 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
243516d757a8a31619f8f0db7a6f7baa915653fb
243516d7
1 parent
376171ca
fix in version
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
WarplySDKFrameworkIOS.podspec
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/UserInterfaceState.xcuserstate
WarplySDKFrameworkIOS.podspec
View file @
243516d
...
...
@@ -15,7 +15,7 @@ Pod::Spec.new do |spec|
spec
.
author
=
{
"billy"
=>
"skourasbl@gmail.com"
}
spec
.
platform
=
:ios
,
"1
3
.0"
spec
.
platform
=
:ios
,
"1
1
.0"
spec
.
source
=
{
:git
=>
"https://git.warp.ly/open-source/warply_sdk_framework.git"
,
:tag
=>
"0.0.1"
}
...
...
@@ -27,7 +27,7 @@ Pod::Spec.new do |spec|
}
spec
.
preserve_paths
=
'WarplySDKFrameworkIOS/myApi.h'
,
'WarplySDKFrameworkIOS/swiftApi.swift'
spec
.
vendored_libraries
=
'WarplySDKFrameworkIOS/myApi.h'
,
'WarplySDKFrameworkIOS/swiftApi.swift'
spec
.
ios
.
deployment_target
=
'1
3
.0'
spec
.
ios
.
deployment_target
=
'1
1
.0'
spec
.
frameworks
=
'UIKit'
,
'Foundation'
spec
.
requires_arc
=
true
spec
.
subspec
'WarplySDKFrameworkIOS'
do
|
mylib
|
...
...
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/UserInterfaceState.xcuserstate
View file @
243516d
No preview for this file type
Please
register
or
login
to post a comment