FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
QuickDialog/QuickDialog.podspec at master · escoz/QuickDialog · GitHub
escoz
/
QuickDialog
Public
Notifications
You must be signed in to change notification settings
Fork
632
Star
3.1k
Code
Issues
114
Pull requests
36
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
QuickDialog
/
QuickDialog.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (23 loc) · 1008 Bytes
Breadcrumbs
QuickDialog
/
QuickDialog.podspec
Copy path
File metadata and controls
29 lines (23 loc) · 1008 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
24
25
26
27
28
29
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'QuickDialog'
s
.
version
=
'1.0.2'
s
.
platform
=
:ios
,
'5.0'
s
.
license
=
'Apache License, Version 2.0'
s
.
summary
=
'Quick and easy dialog screens for iOS.'
s
.
homepage
=
'http://escoz.com/quickdialog'
s
.
author
=
{
'Eduardo Scoz'
=>
'contact@escoz.com'
}
s
.
source
=
{
:git
=>
'https://github.com/escoz/QuickDialog.git'
,
:tag
=>
"
#{
s
.
version
}
"
}
s
.
description
=
'QuickDialog allows you to create HIG-compliant iOS forms for your apps without '
\
'having to directly deal with UITableViews, delegates and data sources. Fast '
\
'and efficient, you can create forms with multiple text fields, or with '
\
'thousands of items with no sweat!'
s
.
requires_arc
=
true
s
.
default_subspec
=
"Core"
s
.
subspec
"Core"
do
|
sp
|
sp
.
source_files
=
'quickdialog'
,
'*.{h,m}'
end
s
.
subspec
"Extras"
do
|
sp
|
sp
.
dependency
'QuickDialog/Core'
sp
.
source_files
=
'extras'
,
'*.{h,m}'
end
end
Back
|
FazBrowse Home
|
New Git URL