forked from xhzengAIB/MessageDisplayKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMessageDisplayKitEx.podspec
More file actions
18 lines (18 loc) · 950 Bytes
/
MessageDisplayKitEx.podspec
File metadata and controls
18 lines (18 loc) · 950 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = "MessageDisplayKitEx"
s.version = "6.7"
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.source = { :git => "https://github.com/jprothwell/MessageDisplayKit.git", :tag => s.version }
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
s.dependency 'LKbadgeView'
s.dependency 'FLAnimatedImage'
s.dependency 'SECoreTextView'
s.dependency 'DLog'
end