[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / f / 6 / Tablier / 0.1.0 / Tablier.podspec.json
blobfb99ed056fbe9b05bb5749121b930031db00c20d
2   "name": "Tablier",
3   "version": "0.1.0",
4   "summary": "A micro-framework for Table Driven Tests.",
5   "description": "Tablier makes it easy to write Table Driven Tests in Swift.",
6   "homepage": "https://github.com/akkyie/Tablier",
7   "screenshots": "https://user-images.githubusercontent.com/1528813/59867231-9b508b00-93c8-11e9-8489-127d441c2a5b.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Akio Yasui": "akkyie01@gmail.com"
14   },
15   "social_media_url": "https://twitter.com/akkyie",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9",
19     "tvos": "9.0"
20   },
21   "swift_versions": "4.2",
22   "source": {
23     "git": "https://github.com/akkyie/Tablier.git",
24     "tag": "0.1.0"
25   },
26   "source_files": "Sources/Tablier",
27   "requires_arc": true,
28   "frameworks": "XCTest",
29   "swift_version": "4.2"