FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Algorithm/Algorithm.podspec at development · CosmicMind/Algorithm · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
CosmicMind
/
Algorithm
Public
Notifications
You must be signed in to change notification settings
Fork
83
Star
827
Code
Issues
3
Pull requests
2
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
Algorithm
/
Algorithm.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
15 lines (15 loc) · 598 Bytes
Breadcrumbs
Algorithm
/
Algorithm.podspec
Copy path
File metadata and controls
15 lines (15 loc) · 598 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
=
'Algorithm'
s
.
version
=
'3.1.1'
s
.
swift_version
=
'5.0'
s
.
license
=
'BSD-3-Clause'
s
.
summary
=
'A toolset for writing algorithms in Swift.'
s
.
homepage
=
'http://cosmicmind.com'
s
.
social_media_url
=
'https://www.facebook.com/cosmicmindcom'
s
.
authors
=
{
'CosmicMind, Inc.'
=>
'support@cosmicmind.com'
}
s
.
source
=
{
:git
=>
'https://github.com/CosmicMind/Algorithm.git'
,
:tag
=>
s
.
version
}
s
.
ios
.
deployment_target
=
'8.0'
s
.
osx
.
deployment_target
=
'10.9'
s
.
source_files
=
'Sources/*.swift'
s
.
requires_arc
=
true
end
Back
|
FazBrowse Home
|
New Git URL