Moving examples deeper so that carthage can build the correct project

This commit is contained in:
Zhigang Fang
2016-10-07 15:52:12 +08:00
parent aefee50a61
commit e79fe83ce2
814 changed files with 0 additions and 0 deletions

View 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