[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 5 / 0 / 6 / SRDTestUtilities / 0.1.1 / SRDTestUtilities.podspec.json
blob4c0c2c3ad00af1ca8d164fb36f2ec8f4219341e3
2   "name": "SRDTestUtilities",
3   "version": "0.1.1",
4   "summary": "A collection of useful APIs for unit testing",
5   "description": "A lightweight framework that provides a collection of APIs that are useful for unit testing.",
6   "homepage": "https://github.com/SomeRandomiOSDev/SRDTestUtilities",
7   "license": "MIT",
8   "authors": {
9     "Joe Newton": "somerandomiosdev@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/SomeRandomiOSDev/SRDTestUtilities.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.10",
18     "tvos": "9.0",
19     "watchos": "2.0"
20   },
21   "dependencies": {
22     "ReadWriteLock": [
23       "~> 1.0"
24     ]
25   },
26   "source_files": [
27     "Sources/SRDTestUtilities/*.swift",
28     "Sources/SRDTestUtilitiesObjC/**/*.{h,m}"
29   ],
30   "swift_versions": [
31     "5.0"
32   ],
33   "cocoapods_version": ">= 1.7.3",
34   "frameworks": "XCTest",
35   "testspecs": [
36     {
37       "name": "Tests",
38       "test_type": "unit",
39       "platforms": {
40         "ios": "9.0",
41         "osx": "10.10",
42         "tvos": "9.0",
43         "watchos": "2.0"
44       },
45       "source_files": [
46         "Tests/SRDTestUtilitiesObjCTests/*Tests.m",
47         "Tests/SRDTestUtilitiesSwiftTests/*Tests.swift"
48       ]
49     }
50   ],
51   "swift_version": "5.0"