[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 3 / 9 / a / SwiftUtilitiesTests / 1.4.3 / SwiftUtilitiesTests.podspec.json
blobc8d9f9478c4f2ffc6b6e596b1015ca2f585b2bb3
2   "name": "SwiftUtilitiesTests",
3   "platforms": {
4     "ios": "9.0"
5   },
6   "summary": "Common Swift test utilities.",
7   "requires_arc": true,
8   "version": "1.4.3",
9   "license": {
10     "type": "Apache-2.0",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Hai Pham": "swiften.svc@gmail.com"
15   },
16   "homepage": "https://github.com/protoman92/SwiftUtilities.git",
17   "source": {
18     "git": "https://github.com/protoman92/SwiftUtilities.git",
19     "tag": "1.4.3"
20   },
21   "dependencies": {
22     "RxSwift": [
23       "~> 3.0"
24     ],
25     "RxCocoa": [
26       "~> 3.0"
27     ],
28     "RxTest": [
29       "~> 3.0"
30     ],
31     "RxBlocking": [
32       "~> 3.0"
33     ]
34   },
35   "pushed_with_swift_version": "3.0",
36   "subspecs": [
37     {
38       "name": "Main",
39       "source_files": "SwiftUtilitiesTests/{mock,util}/**/*.{swift}"
40     }
41   ]