blob: 1b3c5789036d60757deeaadffc805de44785e91f [file] [log] [blame]
{
"name": "SwiftUtilitiesTests",
"platforms": {
"ios": "9.0"
},
"summary": "Common Swift test utilities.",
"requires_arc": true,
"version": "1.3.8",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"Hai Pham": "swiften.svc@gmail.com"
},
"homepage": "https://github.com/protoman92/SwiftUtilities.git",
"source": {
"git": "https://github.com/protoman92/SwiftUtilities.git",
"tag": "1.3.8"
},
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 3.0"
],
"RxCocoa": [
"~> 3.0"
],
"RxTest": [
"~> 3.0"
],
"RxBlocking": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Main",
"source_files": "SwiftUtilitiesTests/{mock,util}/**/*.{swift}"
}
]
}