Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Jul 2, 2019. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork 451
Expand file tree
/
Copy pathChatKit.podspec
More file actions
Latest commit
30 lines (28 loc) · 1.56 KB
/
Copy pathChatKit.podspec
File metadata and controls
30 lines (28 loc) · 1.56 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
25
26
27
28
29
30
Pod::Spec.newdo |s|
s.name="ChatKit"
s.version="2.3.13"
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/Resources/*','ChatKit/**/*.xib'
s.requires_arc=true
s.dependency"AVOSCloud","~> 11.6.3"
s.dependency"AVOSCloudIM","~> 11.6.3"
s.dependency"MJRefresh","~> 3.1.17"
s.dependency"Masonry","~> 1.0.1"
s.dependency"SDWebImage","~> 3.8.0"
s.dependency"FMDB","~> 2.6.2"
s.dependency"pop","~> 1.0.9"
s.dependency"UITableView+FDTemplateLayoutCell","~> 1.5.beta"
s.dependency"FDStackView","~> 1.0"
s.dependency"DACircularProgress","~> 2.3.1"
s.dependency"MLLabel","~> 1.10.5"
s.dependency"MWPhotoBrowser","~> 2.1.2"
s.dependency"CYLDeallocBlockExecutor","~> 1.1.2"
end