FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
MessageDisplayKit/MessageDisplayKit.podspec at master · babylon3389/MessageDisplayKit · GitHub
babylon3389
/
MessageDisplayKit
Public
forked from
xhzengAIB/MessageDisplayKit
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
MessageDisplayKit
/
MessageDisplayKit.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (14 loc) · 827 Bytes
Breadcrumbs
MessageDisplayKit
/
MessageDisplayKit.podspec
Copy path
File metadata and controls
14 lines (14 loc) · 827 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
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"MessageDisplayKit"
s
.
version
=
"5.4"
s
.
summary
=
"An IM App like WeChat App has to send text, pictures, audio, video, location messaging, managing address book, more interesting features. "
s
.
homepage
=
"https://github.com/xhzengAIB/MessageDisplayKit"
s
.
license
=
"MIT"
s
.
authors
=
{
"Jack"
=>
"xhzengAIB@gmail.com"
}
s
.
source
=
{
:git
=>
"https://github.com/xhzengAIB/MessageDisplayKit.git"
,
:tag
=>
"5.4"
}
s
.
frameworks
=
'Foundation'
,
'CoreGraphics'
,
'UIKit'
,
'MobileCoreServices'
,
'AVFoundation'
,
'CoreLocation'
,
'MediaPlayer'
,
'CoreMedia'
,
'CoreText'
,
'AudioToolbox'
s
.
platform
=
:ios
,
'6.0'
s
.
source_files
=
'MessageDisplayKit/Classes/**/*.{h,m}'
s
.
resources
=
'MessageDisplayKit/Resources/*'
s
.
requires_arc
=
true
end
Back
|
FazBrowse Home
|
New Git URL