Podfile内のライブラリ定義でconfigurationに配列を渡す。次の例は、DebugというConfigurationでのみ、SparkInspectorが有効になる。
pod "SparkInspector", :configuration => ["Debug"]