[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / e / 0 / Miles / 2.3.3 / Miles.podspec.json
blob9452f21d848ee83529f1f9a8e688c3d08d849cc7
2   "name": "Miles",
3   "version": "2.3.3",
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.3"
24   },
25   "source_files": "Sources/Miles/Miles.swift",
26   "frameworks": "XCTest",
27   "swift_version": "5.0"