blob: 80cce6aa2ff12d643fbbbf1a3a6eb753ee27f2af [file] [log] [blame]
{
"name": "GetStreamActivityFeed",
"version": "1.0.7",
"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.7"
},
"source_files": "Sources/**/*.swift",
"resources": [
"Sources/**/*.xib",
"Sources/Icons.xcassets"
],
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"GetStream": [
"~> 1.1"
],
"Nuke": [
"~> 7.5"
],
"Reusable": [
"~> 4.0"
],
"SnapKit": [
"~> 4.2"
]
},
"requires_arc": true
}