|
1 | 1 | Pod::Spec.new do |spec|
|
2 |
| - spec.name = "StreamChatUI" |
3 |
| - spec.version = "4.89.0" |
4 |
| - spec.summary = "StreamChat UI Components" |
5 |
| - spec.description = "StreamChatUI SDK offers flexible UI components able to display data provided by StreamChat SDK." |
| 2 | + spec.name = 'StreamChatUI' |
| 3 | + spec.version = '4.89.0' |
| 4 | + spec.summary = 'StreamChat UI Components' |
| 5 | + spec.description = 'StreamChatUI SDK offers flexible UI 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" |
| 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 | 11 |
|
12 |
| - spec.swift_version = '5.7' |
13 |
| - spec.platform = :ios, "13.0" |
| 12 | + spec.swift_version = '5.9' |
| 13 | + spec.platform = :ios, '13.0' |
14 | 14 | spec.requires_arc = true
|
15 | 15 |
|
16 |
| - spec.framework = "Foundation", "UIKit" |
| 16 | + spec.framework = 'Foundation', 'UIKit' |
17 | 17 |
|
18 |
| - spec.module_name = "StreamChatUI" |
19 |
| - spec.source = { :git => "https://github.com/GetStream/stream-chat-swift.git", :tag => "#{spec.version}" } |
20 |
| - spec.source_files = ["Sources/StreamChatUI/**/*.swift", "Sources/StreamNuke/**/*.swift", "Sources/StreamSwiftyGif/**/*.swift"] |
21 |
| - spec.resource_bundles = { "StreamChatUIResources" => ["Sources/StreamChatUI/Resources/**/*"] } |
| 18 | + spec.module_name = 'StreamChatUI' |
| 19 | + spec.source = { git: 'https://github.com/GetStream/stream-chat-swift.git', tag: "#{spec.version}" } |
| 20 | + spec.source_files = ['Sources/StreamChatUI/**/*.swift', 'Sources/StreamNuke/**/*.swift', |
| 21 | + 'Sources/StreamSwiftyGif/**/*.swift'] |
| 22 | + spec.resource_bundles = { 'StreamChatUIResources' => ['Sources/StreamChatUI/Resources/**/*'] } |
22 | 23 |
|
23 |
| - spec.dependency "StreamChat", "#{spec.version}" |
| 24 | + spec.dependency 'StreamChat', "#{spec.version}" |
24 | 25 | end
|
0 commit comments