The official iOS and Swift integration library for Stream, a web service for building scalable newsfeeds and activity streams.
- Flat feeds
- Notification feed
- Likes
- Comments
- Activity detail view
- Realtime notifications
For Stream, use the following entry in your Podfile
:
pod 'GetStreamActivityFeed', '~> 1.0'
Then run pod install
.
In any file you'd like to use Stream in, don't forget to import the framework with import GetStream
.
The project is not currently supported by Carthage. Please contact us if you need it.
Project is maintained by Alexey Bukhtin.
We continue to welcome pull requests from community members.
Copyright (c) 2015-2019 Stream.io Inc, and individual contributors. All rights reserved.
See the file "LICENSE" for information on the history of this software, terms & conditions for usage, and a DISCLAIMER OF ALL WARRANTIES.