Files
Isaac Overacker d492b7c3da Added tvOS subspec, tvOS example cleanup.
- tvOS subspec excludes FLAnimatedImage (for now)
- Removed GIF and WebP examples
- Added Pods directory
2016-03-09 20:16:37 -08:00

6 lines
124 B
Ruby

use_frameworks!
target 'PINRemoteImage.tvOSExample', :exclusive => true do
pod "PINRemoteImage/tvOS", :path => "../"
end