[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / a / 4 / ChatKit / 0.1.0 / ChatKit.podspec.json
blobd95ce7b1a9fc9ba121ddc8376cd7ebf15396e798
2   "name": "ChatKit",
3   "version": "0.1.0",
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.1.0"
38   },
39   "source_files": [
40     "ChatKit",
41     "ChatKit/**/*.{h,m}"
42   ],
43   "vendored_frameworks": "ChatKit/Class/Tool/Vendor/VoiceLib/lame.framework",
44   "resources": [
45     "ChatKit/Class/Resources/*",
46     "ChatKit/**/*.xib"
47   ],
48   "requires_arc": true,
49   "dependencies": {
50     "AVOSCloud": [
52     ],
53     "AVOSCloudIM": [
55     ],
56     "MJRefresh": [
58     ],
59     "Masonry": [
61     ],
62     "SDWebImage": [
64     ],
65     "FMDB": [
67     ],
68     "UITableView+FDTemplateLayoutCell": [
70     ],
71     "FDStackView": [
73     ]
74   }