@@ -12,17 +12,17 @@ def all_pods
pod 'Crashlytics'
end
-target 'MCPlusTests' do
- use_frameworks!
- all_pods
-
-end
+
target 'kunkuk' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
all_pods
+ target 'MCPlusTests' do
+ inherit! :search_paths
+ all_pods
+ end
target 'kunkuk_dev' do