| { |
| "name": "STRVChatCore", |
| "module_name": "ChatCore", |
| "version": "0.0.4", |
| "summary": "Core framework of Universal Modular Chat Component from STRV", |
| "description": "Universal Modular Chat Component from STRV. \nCore is an universal business logic that you can use with any UI and networking\nthat convorms to respective protocols.", |
| "homepage": "https://github.com/strvcom/ios-chat-component", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Jan Schwarz": "jan.schwarz@strv.com", |
| "Tomáš Čejka": "tomas.cejka@strv.com", |
| "Daniel Pecher": "daniel.pecher@strv.com", |
| "Mireya Orta": "mireya.orta@strv.com" |
| }, |
| "platforms": { |
| "ios": "12.0" |
| }, |
| "source": { |
| "git": "https://github.com/strvcom/ios-chat-component.git", |
| "tag": "0.0.4" |
| }, |
| "cocoapods_version": ">= 1.4.0", |
| "swift_versions": "5.3", |
| "source_files": [ |
| "ChatCore/*.swift", |
| "ChatCore/**/*.swift" |
| ], |
| "swift_version": "5.3" |
| } |