FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
DATAStack/DATAStack.podspec at master · 3lvis/DATAStack · GitHub
This repository was archived by the owner on Nov 24, 2021. It is now read-only.
3lvis
/
DATAStack
Public archive
Notifications
You must be signed in to change notification settings
Fork
46
Star
213
Code
Issues
3
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
DATAStack
/
DATAStack.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
34 lines (34 loc) · 1.1 KB
Breadcrumbs
DATAStack
/
DATAStack.podspec
Copy path
File metadata and controls
34 lines (34 loc) · 1.1 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
29
30
31
32
33
34
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"DATAStack"
s
.
version
=
"8.2.1"
s
.
summary
=
"100% Swift Simple Boilerplate Free Core Data Stack"
s
.
description
=
<<-DESC
* Easier thread safety
* Runs synchronously in testing enviroments
* No singletons
* SQLite and InMemory support out of the box
* Easy database drop method
* Swift
* Objective-C support
* Free
DESC
s
.
homepage
=
"https://github.com/3lvis/DATAStack"
s
.
license
=
{
:type
=>
'MIT'
,
:file
=>
'LICENSE.md'
}
s
.
author
=
{
"Elvis Nuñez"
=>
"elvisnunez@me.com"
}
s
.
social_media_url
=
"http://twitter.com/3lvis"
s
.
ios
.
deployment_target
=
'12.0'
s
.
osx
.
deployment_target
=
'10.15'
s
.
watchos
.
deployment_target
=
'5.0'
s
.
tvos
.
deployment_target
=
'12.0'
s
.
source
=
{
:git
=>
'https://github.com/3lvis/DATAStack.git'
,
:tag
=>
s
.
version
.
to_s
}
s
.
source_files
=
'Source/'
s
.
frameworks
=
'Foundation'
,
'CoreData'
s
.
requires_arc
=
true
s
.
swift_version
=
'5.0'
end
Back
|
FazBrowse Home
|
New Git URL