mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-03-28 22:45:33 +08:00
12 lines
295 B
Ruby
12 lines
295 B
Ruby
xcodeproj 'PINRemoteImage.xcodeproj'
|
|
|
|
target 'PINRemoteImage', :exclusive => true do
|
|
pod "PINRemoteImage/iOS", :path => "../"
|
|
pod "PINRemoteImage/WebP", :path => "../"
|
|
pod "PINCache"
|
|
end
|
|
|
|
target 'PINRemoteImage Tests', :exclusive => true do
|
|
pod "PINRemoteImage/WebP", :path => "../"
|
|
end
|