FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Dip/Dip.podspec at develop · AliSoftware/Dip · GitHub
AliSoftware
/
Dip
Public
Notifications
You must be signed in to change notification settings
Fork
71
Star
982
Code
Issues
4
Pull requests
5
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
Dip
/
Dip.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (22 loc) · 1.04 KB
Breadcrumbs
Dip
/
Dip.podspec
Copy path
File metadata and controls
28 lines (22 loc) · 1.04 KB
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
16
17
18
19
20
21
22
23
24
25
26
27
28
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"Dip"
s
.
version
=
"7.1.1"
s
.
summary
=
"Dependency Injection for Swift made easy."
s
.
description
=
<<-DESC
Dip is a Swift Dependency Injection Container.
It provides reusable functionality for managing dependencies of your types
and will help you to wire up different parts of your app.
DESC
s
.
homepage
=
"https://github.com/AliSoftware/Dip"
s
.
license
=
'MIT'
s
.
authors
=
{
"Olivier Halligon"
=>
"olivier@halligon.net"
,
"Ilya Puchka"
=>
"ilyapuchka@gmail.com"
}
s
.
source
=
{
:git
=>
"https://github.com/AliSoftware/Dip.git"
,
:tag
=>
s
.
version
.
to_s
}
s
.
social_media_url
=
'https://twitter.com/aligatr'
s
.
ios
.
deployment_target
=
'8.0'
s
.
osx
.
deployment_target
=
'10.9'
s
.
tvos
.
deployment_target
=
'9.0'
s
.
watchos
.
deployment_target
=
'2.0'
s
.
requires_arc
=
true
s
.
source_files
=
'Sources/**/*.swift'
s
.
swift_version
=
"5.0"
,
"5.1"
end
Back
|
FazBrowse Home
|
New Git URL