FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ReactiveQueryKit/ReactiveQueryKit.podspec at master · derrh/ReactiveQueryKit · GitHub
derrh
/
ReactiveQueryKit
Public
forked from
QueryKit/ReactiveQueryKit
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
ReactiveQueryKit
/
ReactiveQueryKit.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (16 loc) · 727 Bytes
Breadcrumbs
ReactiveQueryKit
/
ReactiveQueryKit.podspec
Copy path
File metadata and controls
17 lines (16 loc) · 727 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
Pod
::
Spec
.
new
do
|
spec
|
spec
.
name
=
'ReactiveQueryKit'
spec
.
version
=
'0.1.0'
spec
.
summary
=
'ReactiveCocoa extensions for QueryKit.'
spec
.
homepage
=
'http://querykit.org/'
spec
.
license
=
{
:type
=>
'BSD'
,
:file
=>
'LICENSE'
}
spec
.
author
=
{
'Kyle Fuller'
=>
'inbox@kylefuller.co.uk'
}
spec
.
social_media_url
=
'http://twitter.com/QueryKit'
spec
.
source
=
{
:git
=>
'https://github.com/QueryKit/ReactiveQueryKit.git'
,
:tag
=>
"
#{
spec
.
version
}
"
}
spec
.
source_files
=
'ReactiveQueryKit/*.{h}'
,
'ReactiveQueryKit/ObjectiveC/*.{h,m}'
spec
.
requires_arc
=
true
spec
.
osx
.
deployment_target
=
'10.7'
spec
.
ios
.
deployment_target
=
'5.0'
spec
.
dependency
'ReactiveCocoa'
,
'~> 2.0'
spec
.
dependency
'QueryKit'
end
Back
|
FazBrowse Home
|
New Git URL