Skip to content

Commit

Permalink
Use Cocoapods to pull in all testing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli Perkins committed Oct 28, 2015
1 parent c120ea0 commit 6cc4182
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 50 deletions.
4 changes: 4 additions & 0 deletions Podfile
Expand Up @@ -4,6 +4,10 @@ platform :ios, '8.0'

inhibit_all_warnings!

use_frameworks!

podspec

target 'VENCoreUnitTests', :exclusive => true do
pod 'Expecta'
pod 'Nocilla'
Expand Down
6 changes: 6 additions & 0 deletions Podfile.lock
@@ -1,19 +1,25 @@
PODS:
- CMDQueryStringSerialization (0.4.1):
- ISO8601
- Expecta (1.0.3)
- ISO8601 (0.3.0)
- Nocilla (0.10.0)
- OCHamcrest (4.3.0)
- OCMock (2.2.4)
- Specta (1.0.4)

DEPENDENCIES:
- CMDQueryStringSerialization (~> 0.4)
- Expecta
- Nocilla
- OCHamcrest
- OCMock (~> 2.2)
- Specta

SPEC CHECKSUMS:
CMDQueryStringSerialization: 4bb0a2f5e7d8d8678d911d88072274952cbef4e5
Expecta: 9d1bff6c8b0eeee73a166a2ee898892478927a15
ISO8601: 8d8a22d5edf0554a1cf75bac028c76c1dc0ffaef
Nocilla: ae0a2b05f3087b473624ac2b25903695df51246a
OCHamcrest: cd63d27f48a266d4412c0b295b01b8f0940efa81
OCMock: a6a7dc0e3997fb9f35d99f72528698ebf60d64f2
Expand Down

0 comments on commit 6cc4182

Please sign in to comment.