configPodTemplate/example/Podfile in cocoapods-ykutility-2.0.3 vs configPodTemplate/example/Podfile in cocoapods-ykutility-2.0.4
- old
+ new
@@ -18,10 +18,10 @@
pod onePod, :path => File.join(dir, onePod)
end
end
def pod_develop
- dir = '../'
+ dir = '../../'
arr = [
'YKRPC_POD_NAME'
]
st_installLocalPods(dir, arr)
end