[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 3 / 9 / a / SwiftUtilitiesTests / 1.4.6 / SwiftUtilitiesTests.podspec.json
blobea02c7129fbfdf9154317874dc78acce7417a13c
2   "name": "SwiftUtilitiesTests",
3   "platforms": {
4     "ios": "9.0"
5   },
6   "summary": "Common Swift test utilities.",
7   "requires_arc": true,
8   "version": "1.4.6",
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.6"
20   },
21   "subspecs": [
22     {
23       "name": "Main",
24       "source_files": "SwiftUtilitiesTests/{mock,util}/**/*.{swift}",
25       "exclude_files": "SwiftUtilitiesTests/util/rx/**/*.{swift}"
26     },
27     {
28       "name": "Main+Rx",
29       "source_files": "SwiftUtilitiesTests/{mock,util}/**/*.{swift}",
30       "dependencies": {
31         "RxSwift": [
32           "~> 4.0"
33         ],
34         "RxCocoa": [
35           "~> 4.0"
36         ],
37         "RxTest": [
38           "~> 4.0"
39         ],
40         "RxBlocking": [
41           "~> 4.0"
42         ]
43       }
44     }
45   ]