[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / b / 0 / 5 / CYLChatKit / 2.1.5 / CYLChatKit.podspec.json
blobdde8bdf759a11f91c300db8997419602f331d948
2   "name": "CYLChatKit",
3   "version": "2.1.5",
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/ChenYilong/CYLChatKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "ElonChan": "luohanchenyilong@163.com"
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/ChenYilong/CYLChatKit.git",
37     "tag": "2.1.5"
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": [
51       "~> 11.0.0"
52     ],
53     "AVOSCloudIM": [
54       "~> 11.0.0"
55     ],
56     "MJRefresh": [
57       "~> 3.1.9"
58     ],
59     "Masonry": [
60       "~> 1.0.1"
61     ],
62     "SDWebImage": [
63       "~> 3.8.0"
64     ],
65     "FMDB": [
66       "~> 2.6.2"
67     ],
68     "pop": [
69       "~> 1.0.9"
70     ],
71     "UITableView+FDTemplateLayoutCell": [
72       "~> 1.5.beta"
73     ],
74     "FDStackView": [
75       "~> 1.0"
76     ],
77     "DACircularProgress": [
78       "~> 2.3.1"
79     ],
80     "MLLabel": [
81       "~> 1.9.2"
82     ],
83     "MWPhotoBrowser": [
84       "~> 2.1.2"
85     ],
86     "CYLDeallocBlockExecutor": [
87       "~> 1.2.0"
88     ]
89   }