Эх сурвалжийг харах

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

Jonas Budelmann 11 жил өмнө
parent
commit
367fe65995
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  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