mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-05-14 02:14:20 +08:00
- tvOS subspec excludes FLAnimatedImage (for now) - Removed GIF and WebP examples - Added Pods directory
6 lines
124 B
Ruby
6 lines
124 B
Ruby
use_frameworks!
|
|
|
|
target 'PINRemoteImage.tvOSExample', :exclusive => true do
|
|
pod "PINRemoteImage/tvOS", :path => "../"
|
|
end
|