[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 4 / f / 1 / Expectation / 0.0.2 / Expectation.podspec.json
blob45d26713eeee5726d609ed227499d020186df796
2   "name": "Expectation",
3   "version": "0.0.2",
4   "summary": "XCTest Matcher framework for Swift",
5   "description": "A simple and elegant matcher framework built on top of XCTest for Swift.",
6   "homepage": "https://github.com/ollieatkinson/Expectation",
7   "license": "MIT",
8   "authors": {
9     "Oliver Atkinson": "oliveratkinson@me.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "module_name": "Expectation",
15   "source": {
16     "git": "https://github.com/ollieatkinson/Expectation.git",
17     "tag": "0.0.2"
18   },
19   "source_files": "Expectation/**/*.swift",
20   "frameworks": [
21     "Foundation",
22     "XCTest"
23   ]