Răsfoiți Sursa

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

Jonas Budelmann 11 ani în urmă
părinte
comite
367fe65995
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      Podfile

+ 2 - 2
Podfile

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