Skip to content

Commit

Permalink
[Project] Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Aug 3, 2015
1 parent 3f5c9aa commit 7eb75c3
Show file tree
Hide file tree
Showing 267 changed files with 6,701 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!

pod "Forgeries", :path => "../"

target 'forgeries_Tests', :exclusive => true do
pod 'Specta'
pod 'Expecta'
end
20 changes: 20 additions & 0 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
PODS:
- Expecta (1.0.2)
- Forgeries (0.1.0)
- Specta (1.0.3)

DEPENDENCIES:
- Expecta
- Forgeries (from `../`)
- Specta

EXTERNAL SOURCES:
Forgeries:
:path: "../"

SPEC CHECKSUMS:
Expecta: 54e8a3530add08f4f0208c111355eda7cde74a53
Forgeries: ce03936ada2a8d33d3711d7bb7123be505b83430
Specta: cf3e4188cf35375c3ee2cd03f8db8f1f4ef98234

COCOAPODS: 0.38.0
25 changes: 25 additions & 0 deletions Example/Pods/Expecta/Expecta/EXPBlockDefinedMatcher.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

60 changes: 60 additions & 0 deletions Example/Pods/Expecta/Expecta/EXPBlockDefinedMatcher.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions Example/Pods/Expecta/Expecta/EXPDefines.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions Example/Pods/Expecta/Expecta/EXPDoubleTuple.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 42 additions & 0 deletions Example/Pods/Expecta/Expecta/EXPDoubleTuple.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 45 additions & 0 deletions Example/Pods/Expecta/Expecta/EXPExpect.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7eb75c3

Please sign in to comment.