-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathChatKit.podspec
More file actions
24 lines (23 loc) · 1.27 KB
/
ChatKit.podspec
File metadata and controls
24 lines (23 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Pod::Spec.new do |s|
s.name = "ChatKit"
s.version = "0.0.1"
s.summary = "An IM App Framework, support sending text, pictures, audio, video, location messaging, managing address book, more interesting features."
s.homepage = "https://github.com/LeanCloud/ChatKit-OC"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.authors = { "LeanCloud" => "support@leancloud.cn" }
s.platform = :ios, '7.0'
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit', 'MobileCoreServices', 'AVFoundation', 'CoreLocation', 'MediaPlayer', 'CoreMedia', 'CoreText', 'AudioToolbox','MapKit','ImageIO','SystemConfiguration','CFNetwork','QuartzCore','Security','CoreTelephony'
s.source = { :git => "https://github.com/LeanCloud/ChatKit-OC.git", :tag => s.version.to_s }
s.source_files = 'ChatKit', 'ChatKit/**/*.{h,m}'
s.vendored_frameworks = 'ChatKit/Class/Tool/Vendor/VoiceLib/lame.framework'
s.resources = 'ChatKit/Class/Resource/*'
s.requires_arc = true
s.dependency 'AVOSCloud'
s.dependency 'AVOSCloudIM'
s.dependency 'MJRefresh'
s.dependency 'Masonry'
s.dependency 'SDWebImage'
s.dependency 'FMDB'
s.dependency 'UITableView+FDTemplateLayoutCell'
s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/ChatKit/Chartboost"' }
end