| { |
| "name": "WolfChat", |
| "version": "0.2.5", |
| "summary": "A framework for creating text chat-style interfaces.", |
| "description": "A framework for creating text chat-style interfaces. Architected to be easy to include custom chat items of any design.", |
| "homepage": "https://github.com/wolfmcnally/WolfChat", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "wolfmcnally": "wolf@wolfmcnally.com" |
| }, |
| "source": { |
| "git": "https://github.com/wolfmcnally/WolfChat.git", |
| "tag": "0.2.5" |
| }, |
| "social_media_url": "https://twitter.com/wolfmcnally", |
| "swift_version": "4.1", |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "source_files": "WolfChat/Classes/**/*", |
| "dependencies": { |
| "WolfCore": [ |
| "~> 2.1" |
| ] |
| } |
| } |