-
Notifications
You must be signed in to change notification settings - Fork 16
/
GetStreamActivityFeed.podspec
25 lines (23 loc) · 1.13 KB
/
GetStreamActivityFeed.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Pod::Spec.new do |spec|
spec.name = "GetStreamActivityFeed"
spec.version = "2.2.4"
spec.summary = "Stream iOS Activity Feed Components"
spec.description = <<-DESC
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.
DESC
spec.homepage = "https://getstream.io/react-activity-feed/"
spec.license = { :type => "BSD-3", :file => "LICENSE" }
spec.author = { "Alexey Bukhtin" => "[email protected]" }
spec.social_media_url = "https://getstream.io"
spec.swift_version = "5.0"
spec.platform = :ios, "11.0"
spec.source = { :git => "https://github.com/GetStream/swift-activity-feed.git", :tag => "#{spec.version}" }
spec.source_files = "Sources/**/*.swift"
spec.resources = ["Sources/**/*.xib", "Sources/Icons.xcassets"]
spec.framework = "Foundation", "UIKit"
spec.dependency "GetStream", "~> 2.2"
spec.dependency "Nuke", "~> 8.1"
spec.dependency "Reusable", "~> 4.1"
spec.dependency "SnapKit", "~> 5.0"
spec.requires_arc = true
end