[Add] MiaoAnyThinkKuaiShouAdapter 1.0.4
[CocoaPods.git] / Specs / f / a / 4 / ChatKit / 0.0.4 / ChatKit.podspec.json
blob6765b41c121986390b31d72e0ba2155fcdedf032
2   "name": "ChatKit",
3   "version": "0.0.4",
4   "summary": "An IM App Framework, support sending text, pictures, audio, video, location messaging, managing address book, more interesting features.",
5   "homepage": "https://github.com/LeanCloud/ChatKit-OC",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "LeanCloud": "support@leancloud.cn"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "frameworks": [
17     "Foundation",
18     "CoreGraphics",
19     "UIKit",
20     "MobileCoreServices",
21     "AVFoundation",
22     "CoreLocation",
23     "MediaPlayer",
24     "CoreMedia",
25     "CoreText",
26     "AudioToolbox",
27     "MapKit",
28     "ImageIO",
29     "SystemConfiguration",
30     "CFNetwork",
31     "QuartzCore",
32     "Security",
33     "CoreTelephony"
34   ],
35   "source": {
36     "git": "https://github.com/LeanCloud/ChatKit-OC.git",
37     "tag": "0.0.4"
38   },
39   "source_files": [
40     "ChatKit",
41     "ChatKit/**/*.{h,m}"
42   ],
43   "vendored_frameworks": "ChatKit/Class/Tool/Vendor/VoiceLib/lame.framework",
44   "resources": "ChatKit/Class/Resources/*",
45   "requires_arc": true,
46   "dependencies": {
47     "AVOSCloud": [
49     ],
50     "AVOSCloudIM": [
52     ],
53     "MJRefresh": [
55     ],
56     "Masonry": [
58     ],
59     "SDWebImage": [
61     ],
62     "FMDB": [
64     ],
65     "UITableView+FDTemplateLayoutCell": [
67     ]
68   }