[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / 7 / e / MessageKit / 3.0.0 / MessageKit.podspec.json
blob0eb44add24732bb46295ca04b8c93d69504872db
2   "name": "MessageKit",
3   "version": "3.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE.md"
7   },
8   "summary": "An elegant messages UI library for iOS.",
9   "homepage": "https://github.com/MessageKit/MessageKit",
10   "social_media_url": "https://twitter.com/nathantannar4",
11   "authors": {
12     "Nathan Tannar": "nathantannar4@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/MessageKit/MessageKit.git",
16     "tag": "3.0.0"
17   },
18   "source_files": "Sources/**/*.swift",
19   "pod_target_xcconfig": {
20     "SWIFT_VERSION": "4.2"
21   },
22   "swift_version": "4.2",
23   "platforms": {
24     "ios": "9.0"
25   },
26   "ios": {
27     "resource_bundles": {
28       "MessageKitAssets": "Assets/MessageKitAssets.bundle/Images"
29     }
30   },
31   "requires_arc": true,
32   "dependencies": {
33     "InputBarAccessoryView": [
34       "~> 4.2.2"
35     ]
36   }