| OLD | NEW |
| 1 platform :ios, '6.0' | 1 platform :ios, '6.0' |
| 2 xcodeproj 'github' | 2 xcodeproj 'github' |
| 3 | 3 |
| 4 pod 'MMDrawerController', '~> 0.5.7' | 4 pod 'MMDrawerController', '~> 0.5.7' |
| 5 pod 'LruCache' | 5 pod 'LruCache' |
| 6 | 6 |
| 7 pod 'FletchPod', :path => '../../..' | 7 pod 'DartinoPod', :path => '../../..' |
| 8 pod 'Service', :path => '../generated/service' | 8 pod 'Service', :path => '../generated/service' |
| 9 pod 'Immi', :path => '../generated/immi' | 9 pod 'Immi', :path => '../generated/immi' |
| 10 pod 'ImmiSamples', :path => '../../../pkg/immi_samples/lib' | 10 pod 'ImmiSamples', :path => '../../../pkg/immi_samples/lib' |
| OLD | NEW |