Latest | 0.1.0 |
---|---|
Homepage | https://github.com/balashov152/SwiftChat |
License | MIT |
Platforms | ios 10.0 |
Dependencies | BABFrameObservingInputAccessoryView, UIScrollView-InfiniteScroll, SwiftPermissionManager, SnapKit, RPCircularProgress, OHQBImagePicker |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
SwiftChat is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'SwiftChat'
Author
balashov152, [email protected]
License
SwiftChat is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "SwiftChat", "version": "0.1.0", "summary": "SwiftChat it is Protocol Orinented simple chat, for save you time", "swift_versions": "4.2", "description": "SwiftChat it is Protocol Orinented simple chat, for save you time", "homepage": "https://github.com/balashov152/SwiftChat", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "balashov152": "[email protected]" }, "source": { "git": "https://github.com/balashov152/SwiftChat.git", "tag": "0.1.0" }, "platforms": { "ios": "10.0" }, "source_files": "SwiftChat/Classes/**/*", "resource_bundles": { "SwiftChat": [ "SwiftChat/Assets/*.xcassets" ] }, "dependencies": { "BABFrameObservingInputAccessoryView": [], "UIScrollView-InfiniteScroll": [], "SwiftPermissionManager": [], "SnapKit": [], "RPCircularProgress": [ "0.4.1" ], "OHQBImagePicker": [ "1.0.12" ] }, "swift_version": "4.2" }
Fri, 31 May 2019 10:20:04 +0000