[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 6 / e / 0 / Miles / 2.3.2 / Miles.podspec.json
blobd952182f18138f601a5092e74ae68ca4a29a2679
2   "name": "Miles",
3   "version": "2.3.2",
4   "swift_versions": "5.0",
5   "summary": "A thin wrapper around XCTest Marcos to make tests just a bit more readable.",
6   "description": "Miles is a simple solution to an XCTest readability problem.\n\nIt feels like every 6 months or so I hop on the Quick/Kiwi bandwagon (because of my frustration with the readability of XCTest) only to grow frustrated with some of the limitations that Xcode imposes. Miles is the simplest solution to the problem that I could come up with.",
7   "homepage": "https://github.com/MadeByHecho/Miles",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Scott Petit": "scott@hecho.io"
14   },
15   "social_media_url": "http://twitter.com/ScottPetit",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/MadeByHecho/Miles.git",
23     "tag": "2.3.2"
24   },
25   "source_files": "Sources/Miles/Miles.swift",
26   "frameworks": "XCTest",
27   "swift_version": "5.0"