I'm using cocoapods to manage my dependencies. All have been working fine. Now, When I'm creating a new project, added the following to my podfile,
platform :ios, '6.1'
pod 'RestKit', '~> 0.20.0'
when i'm doing pod install, it is continually staying on analyzing dependencies.
Any idea why this problem?
--verbose
switch and paste any output you see here. – Hyperbole