mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-06-16 02:34:43 +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
|