FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
QueryGenie/QueryGenieRealmGenerator.podspec at master · AnthonyMDev/QueryGenie · GitHub
AnthonyMDev
/
QueryGenie
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
5
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
QueryGenie
/
QueryGenieRealmGenerator.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (17 loc) · 919 Bytes
Breadcrumbs
QueryGenie
/
QueryGenieRealmGenerator.podspec
Copy path
File metadata and controls
23 lines (17 loc) · 919 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
16
17
18
19
20
21
22
23
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"QueryGenieRealmGenerator"
s
.
version
=
"1.0.0"
s
.
summary
=
"A generator for creating Attribute extensions for your Realm objects to use with QueryGenie."
s
.
homepage
=
"https://github.com/AnthonyMDev/QueryGenie"
s
.
license
=
{
:type
=>
'MIT'
,
:file
=>
'LICENSE'
}
s
.
author
=
{
"Anthony Miller"
=>
"AnthonyMDev@gmail.com"
}
s
.
social_media_url
=
'https://twitter.com/AnthonyMDev'
s
.
source
=
{
:git
=>
"https://github.com/AnthonyMDev/QueryGenie.git"
,
:tag
=>
s
.
version
.
to_s
}
s
.
requires_arc
=
true
s
.
ios
.
deployment_target
=
'8.0'
s
.
osx
.
deployment_target
=
'10.10'
s
.
watchos
.
deployment_target
=
'2.0'
s
.
tvos
.
deployment_target
=
'9.0'
s
.
source_files
=
'QueryGenie/RealmGenerator/*.swift'
s
.
dependency
'Realm'
,
'~> 2.1'
end
Back
|
FazBrowse Home
|
New Git URL