|
1 | 1 | Pod::Spec.new do |spec| |
2 | | - spec.name = "StreamChatSwiftUI" |
3 | | - spec.version = "4.56.0" |
4 | | - spec.summary = "StreamChat SwiftUI Chat Components" |
5 | | - spec.description = "StreamChatSwiftUI SDK offers flexible SwiftUI components able to display data provided by StreamChat SDK." |
| 2 | + spec.name = 'StreamChatSwiftUI' |
| 3 | + spec.version = '4.56.0' |
| 4 | + spec.summary = 'StreamChat SwiftUI Chat Components' |
| 5 | + spec.description = 'StreamChatSwiftUI SDK offers flexible SwiftUI components able to display data provided by StreamChat SDK.' |
6 | 6 |
|
7 | | - spec.homepage = "https://getstream.io/chat/" |
8 | | - spec.license = { :type => "BSD-3", :file => "LICENSE" } |
9 | | - spec.author = { "getstream.io" => "[email protected]" } |
10 | | - spec.social_media_url = "https://getstream.io" |
11 | | - spec.swift_version = "5.2" |
12 | | - spec.platform = :ios, "14.0" |
13 | | - spec.source = { :git => "https://github.com/GetStream/stream-chat-swiftui.git" } |
14 | | - spec.requires_arc = true |
| 7 | + spec.homepage = 'https://getstream.io/chat/' |
| 8 | + spec.license = { type: 'BSD-3', file: 'LICENSE' } |
| 9 | + spec.author = { 'getstream.io' => '[email protected]' } |
| 10 | + spec.social_media_url = 'https://getstream.io' |
| 11 | + spec.swift_version = '5.2' |
| 12 | + spec.platform = :ios, '14.0' |
| 13 | + spec.source = { git: 'https://github.com/GetStream/stream-chat-swiftui.git', tag: spec.version } |
| 14 | + spec.requires_arc = true |
15 | 15 |
|
16 | | - spec.source_files = ["Sources/StreamChatSwiftUI/**/*.swift"] |
17 | | - spec.exclude_files = ["Sources/StreamChatSwiftUI/**/*_Tests.swift", "Sources/StreamChatSwiftUI/**/*_Mock.swift"] |
18 | | - spec.resource_bundles = { "StreamChatSwiftUI" => ["Sources/StreamChatSwiftUI/Resources/**/*"] } |
| 16 | + spec.source_files = ['Sources/StreamChatSwiftUI/**/*.swift'] |
| 17 | + spec.exclude_files = ['Sources/StreamChatSwiftUI/**/*_Tests.swift', 'Sources/StreamChatSwiftUI/**/*_Mock.swift'] |
| 18 | + spec.resource_bundles = { spec.name => ['Sources/StreamChatSwiftUI/Resources/**/*'] } |
19 | 19 |
|
20 | | - spec.framework = "Foundation", "UIKit", "SwiftUI" |
21 | | - |
22 | | - spec.dependency "StreamChat", "~> 4.56.0" |
23 | | - end |
| 20 | + spec.framework = 'Foundation', 'UIKit', 'SwiftUI' |
24 | 21 |
|
| 22 | + spec.dependency 'StreamChat', '~> 4.56.0' |
| 23 | +end |
0 commit comments