CocoaPods を1.0.0
link_with` in the Podfile is now unsupported エラー時にやったこと!
原因
※ version 1.0.0で、link_with deprecatedされた。
対策
以前バージョンのlink_with 部分を
link_with ['KokaruFramework']
以下に変更
target 'KokaruFramework' do
available_pods
end
http://blog.cocoapods.org/CocoaPods-1.0-Migration-Guide/
:exclusive => true and link_with have been removed in favour of the above.