mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-06-16 02:34:43 +08:00
Moving examples deeper so that carthage can build the correct project
This commit is contained in:
14
Examples/Example-iOS/Podfile
Normal file
14
Examples/Example-iOS/Podfile
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user