FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ios-consumer-api/ExtoleConsumerAPI.podspec at master · extole/ios-consumer-api · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
extole
/
ios-consumer-api
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Security and quality
Insights
Expand file tree
Breadcrumbs
ios-consumer-api
/
ExtoleConsumerAPI.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
15 lines (15 loc) · 549 Bytes
Breadcrumbs
ios-consumer-api
/
ExtoleConsumerAPI.podspec
Copy path
File metadata and controls
15 lines (15 loc) · 549 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'ExtoleConsumerAPI'
s
.
ios
.
deployment_target
=
'10.0'
s
.
platform
=
:ios
,
"10.0"
s
.
version
=
'0.0.22'
s
.
source
=
{
:git
=>
'https://github.com/extole/ios-consumer-api.git'
,
:tag
=>
"
#{
s
.
version
}
"
}
s
.
authors
=
'Extole'
s
.
license
=
{
:type
=>
"MIT"
,
:file
=>
"LICENSE"
}
s
.
homepage
=
'https://github.com/extole/'
s
.
summary
=
'ExtoleConsumerAPI'
s
.
source_files
=
'Sources/ExtoleConsumerAPI/**/*.{swift}'
s
.
dependency
'Alamofire'
,
'~> 5.10.2'
s
.
swift_version
=
'5.0'
s
.
swift_versions
=
[
"5.0"
]
end
Back
|
FazBrowse Home
|
New Git URL