cocoapods version 1.2.1
cocoapods-rome version 0.8.0
Given a Podfile like the following:
platform :osx, '10.10'
use_frameworks!
plugin 'cocoapods-rome'
pod 'XcodeEditor'
I would expect pod install to download the XcodeEditor pod and install it in the Rome folder.
Instead I get the following error:
> bundle exec pod install
Analyzing dependencies
[!] The dependency `XcodeEditor` is not used in any concrete target.