mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-06-09 20:24:02 +08:00
15 lines
239 B
Ruby
15 lines
239 B
Ruby
xcodeproj 'PINRemoteImage.xcodeproj'
|
|
|
|
def shared_pods
|
|
pod "PINRemoteImage", :path => "../"
|
|
pod "PINRemoteImage/WebP", :path => "../"
|
|
end
|
|
|
|
target 'PINRemoteImage' do
|
|
shared_pods
|
|
end
|
|
|
|
target 'PINRemoteImage Tests' do
|
|
shared_pods
|
|
end
|