[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 8 / a / YLMessengerKit / 0.2.4 / YLMessengerKit.podspec.json
blob0ab353c159db3a0163f5cd0e1cac12491a6ca8d1
2   "name": "YLMessengerKit",
3   "version": "0.2.4",
4   "summary": "A UI framework for building messenger interfaces on iOS",
5   "description": "MessengerKit is a drop-in UI for messenger interfaces on iOS built in Swift. Centred around a single `UIViewController`, MessengerKit is themeable to fit your needs and includes a number of powerful features:\n\n- `UICollectionView` based with pre-loading and caching of size calculation for bubbles.\n- Auto-growing input view.\n- Multiple included cell types: text, large-emoji, image, video.\n- Presentation of `SFSafariViewController`\n- Built-in, customisable themes.\n- A custom theming system to bring your own `UICollectionViewCell`s, headers, footers, and input views.\n- Avatar support (currently only in the `travamigos` theme).",
6   "homepage": "https://github.com/YuLeiFuYun/MessengerKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "YuLeiFuYun": "yuleifuyunn@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/YuLeiFuYun/MessengerKit.git",
16     "tag": "0.2.4"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "4.2",
22   "source_files": [
23     "MessengerKit/**/*.{h,m,swift}"
24   ],
25   "resources": "MessengerKit/**/*.{xcassets,xib,nib}",
26   "dependencies": {
27     "Kingfisher": [
29     ]
30   },
31   "swift_version": "4.2"