FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
MessageViewController/MessageViewController.podspec at master · MessageChat/MessageViewController · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
MessageChat
/
MessageViewController
Public
forked from
GitHawkApp/MessageViewController
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
MessageViewController
/
MessageViewController.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
12 lines (12 loc) · 599 Bytes
Breadcrumbs
MessageViewController
/
MessageViewController.podspec
Copy path
File metadata and controls
12 lines (12 loc) · 599 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
Pod
::
Spec
.
new
do
|
spec
|
spec
.
name
=
'MessageViewController'
spec
.
version
=
'0.2.0'
spec
.
license
=
{
:type
=>
'MIT'
}
spec
.
homepage
=
'https://github.com/GitHawkApp/MessageViewController'
spec
.
authors
=
{
'Ryan Nystrom'
=>
'rnystrom@whoisryannystrom.com'
}
spec
.
summary
=
'Replacement for SlackTextViewController.'
spec
.
source
=
{
:git
=>
'https://github.com/GitHawkApp/MessageViewController.git'
,
:tag
=>
spec
.
version
.
to_s
}
spec
.
source_files
=
'MessageViewController/*.swift'
spec
.
platform
=
:ios
,
'10.0'
spec
.
swift_version
=
'4.0'
end
Back
|
FazBrowse Home
|
New Git URL