Pārlūkot izejas kodu

use old specta, will migrate to XCTest version of specta later

Jonas Budelmann 11 gadi atpakaļ
vecāks
revīzija
367fe65995
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      Podfile

+ 2 - 2
Podfile

@@ -1,11 +1,11 @@
 target 'Masonry Mac Tests', :exclusive => true do
 target 'Masonry Mac Tests', :exclusive => true do
     platform :osx, '10.7'
     platform :osx, '10.7'
-    pod 'Specta'
+    pod 'Specta', '0.1.11'
 	pod 'Expecta'
 	pod 'Expecta'
 end
 end
 
 
 target 'Masonry iOS Tests', :exclusive => true do
 target 'Masonry iOS Tests', :exclusive => true do
     platform :ios, '6.0'
     platform :ios, '6.0'
-    pod 'Specta'
+    pod 'Specta', '0.1.11'
 	pod 'Expecta'
 	pod 'Expecta'
 end
 end