You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively, you can follow either of the methods below.
170
175
171
176
#### Swift Package Manager
172
177
173
178
- File > Swift Packages > Add Package Dependency
174
179
- Add `https://github.com/onevcat/Kingfisher.git`
175
-
- Select "Up to Next Major" with "7.0.0"
180
+
- Select "Up to Next Major" with "8.0.0"
176
181
177
182
#### CocoaPods
178
183
179
184
```ruby
180
185
source 'https://github.com/CocoaPods/Specs.git'
181
-
platform :ios, '12.0'
186
+
platform :ios, '13.0'
182
187
use_frameworks!
183
188
184
189
target 'MyApp'do
185
-
pod 'Kingfisher', '~> 7.0'
190
+
pod 'Kingfisher', '~> 8.0'
186
191
end
187
192
```
188
193
@@ -192,14 +197,7 @@ end
192
197
2. Drag the `Kingfisher.xcframework` into your project and add it to the target (usually the app target).
193
198
3. Select your target, in the "General" Tab, find the "Frameworks, Libraries, and Embedded Content" section, set the `Embed Without Signing` to Kingfisher.
0 commit comments