blob: a39f2dc1f83b00333611d91fb2c685d243afe87b [file] [log] [blame]
{
"name": "GetStreamActivityFeed",
"version": "2.2.2",
"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_versions": "5.0",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/GetStream/swift-activity-feed.git",
"tag": "2.2.2"
},
"source_files": "Sources/**/*.swift",
"resources": [
"Sources/**/*.xib",
"Sources/Icons.xcassets"
],
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"GetStream": [
"~> 2.2"
],
"Nuke": [
"~> 8.1"
],
"Reusable": [
"~> 4.1"
],
"SnapKit": [
"~> 5.0"
]
},
"requires_arc": true,
"swift_version": "5.0"
}