blob: c55dd352fd0521247d2609ebe6b18c167a6e4c2a [file] [log] [blame]
{
"name": "GetStreamActivityFeed",
"version": "1.0.10",
"summary": "Stream iOS Activity Feed Components",
"description": "Easy to use UI components with built-in support for Open Graph scraping, hashtags, @mentions, likes, comments, file uploads and realtime; empowering you to quickly launch engaging activity feeds and notification feeds.",
"homepage": "https://getstream.io/react-activity-feed/",
"license": {
"type": "BSD-3",
"file": "LICENSE"
},
"authors": {
"Alexey Bukhtin": "alexey@getstream.io"
},
"social_media_url": "https://getstream.io",
"swift_version": "4.2",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/GetStream/swift-activity-feed.git",
"tag": "1.0.10"
},
"source_files": "Sources/**/*.swift",
"resources": [
"Sources/**/*.xib",
"Sources/Icons.xcassets"
],
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"GetStream": [
"~> 1.1"
],
"Nuke": [
"7.5.2"
],
"Reusable": [
"4.0.5"
],
"SnapKit": [
"4.2.0"
]
},
"requires_arc": true
}