[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / a / 6 / f / SpockSwift / 0.0.1 / SpockSwift.podspec.json
blobc5702af0bc29e4352636a963ec5e26531fa9eb27
2   "name": "SpockSwift",
3   "version": "0.0.1",
4   "summary": "Libreria para agulizar el desarrollo de pruebas",
5   "homepage": "https://github.com/fsaldivar-dev/experimental-test-tool-swift",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": "Francisco Javier Saldivar Rubio",
11   "source": {
12     "git": "https://github.com/fsaldivar-dev/experimental-test-tool-swift.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "13.0"
17   },
18   "swift_versions": "5.0",
19   "source_files": "Sources/**/*",
20   "testspecs": [
21     {
22       "name": "Tests",
23       "test_type": "unit",
24       "source_files": "Tests/**/*"
25     }
26   ],
27   "subspecs": [
28     {
29       "name": "SpockDummy",
30       "source_files": "Sources/SpockDummy/source/**/*",
31       "resource_bundles": {
32         "SpockDummy": [
33           "Sources/SpockDummy/assets/**/*"
34         ]
35       },
36       "testspecs": [
37         {
38           "name": "Tests",
39           "test_type": "unit",
40           "source_files": "Tests/SpockDummy/**/*"
41         }
42       ]
43     }
44   ],
45   "swift_version": "5.0"