[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 1 / 9 / MessageInputBar / 0.4.1 / MessageInputBar.podspec.json
blob8ba61100473bc94de7e9e09166b7c78bcdd7e8fc
2   "name": "MessageInputBar",
3   "platforms": {
4     "ios": "9.0"
5   },
6   "summary": "A powerful InputAccessoryView ideal for messaging applications.",
7   "homepage": "https://github.com/MessageKit/MessageInputBar",
8   "requires_arc": true,
9   "version": "0.4.1",
10   "pod_target_xcconfig": {
11     "SWIFT_VERSION": "4.2"
12   },
13   "source": {
14     "git": "https://github.com/MessageKit/MessageInputBar.git",
15     "tag": "0.4.1"
16   },
17   "license": {
18     "type": "MIT",
19     "file": "LICENSE.md"
20   },
21   "social_media_url": "https://twitter.com/nathantannar4",
22   "authors": {
23     "Nathan Tannar": "nathantannar4@gmail.com"
24   },
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Sources/**/*.swift"
30     },
31     {
32       "name": "AttachmentManager",
33       "source_files": "Plugins/AttachmentManager/**/*.swift",
34       "dependencies": {
35         "MessageInputBar/Core": [
37         ]
38       }
39     },
40     {
41       "name": "AutocompleteManager",
42       "source_files": "Plugins/AutocompleteManager/**/*.swift",
43       "dependencies": {
44         "MessageInputBar/Core": [
46         ]
47       }
48     }
49   ]