[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 8 / 3 / b / DataDrivenTesting / 1.0.0 / DataDrivenTesting.podspec.json
blobd6e09cf21513394943ea014ee50e5e45bd597deb
2   "name": "DataDrivenTesting",
3   "version": "1.0.0",
4   "summary": "A Swift package that provides data-driven testing functionality for your project.",
5   "description": "DataDrivenTesting is a Swift package that simplifies the process of testing code using multiple sets of data. With this package, developers can easily run data-driven tests, change the default activity name, and add attachments to test cases. Compatible with Swift 5.4+ and Xcode 9.0+.",
6   "homepage": "https://github.com/WezSieTato/DataDrivenTesting",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Marcin Stepnowski": "marcin.stepnowski@gmail.com"
13   },
14   "social_media_url": "https://mastodon.social/@WezSieTato",
15   "platforms": {
16     "ios": "11.0",
17     "osx": "11.0",
18     "watchos": "9.0",
19     "tvos": "11.0"
20   },
21   "swift_versions": "5",
22   "source": {
23     "git": "https://github.com/WezSieTato/DataDrivenTesting.git",
24     "tag": "1.0.0"
25   },
26   "source_files": "Sources/**/*.swift",
27   "frameworks": "XCTest",
28   "swift_version": "5"