[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 3 / 9 / a / SwiftUtilitiesTests / 1.2.0 / SwiftUtilitiesTests.podspec.json
blob682dc7a518a18f3f0ea8f57c6b88e2e315ae8f63
2   "name": "SwiftUtilitiesTests",
3   "platforms": {
4     "ios": "9.0"
5   },
6   "summary": "Common Swift test utilities.",
7   "requires_arc": true,
8   "version": "1.2.0",
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.2.0"
20   },
21   "frameworks": "UIKit",
22   "dependencies": {
23     "RxSwift": [
24       "~> 3.0"
25     ],
26     "RxCocoa": [
27       "~> 3.0"
28     ],
29     "RxTest": [
30       "~> 3.0"
31     ],
32     "RxBlocking": [
33       "~> 3.0"
34     ]
35   },
36   "pushed_with_swift_version": "3.0",
37   "subspecs": [
38     {
39       "name": "Main",
40       "source_files": "SwiftUtilitiesTests/{mock,util}/**/*.{swift}"
41     }
42   ]