blob: ea02c7129fbfdf9154317874dc78acce7417a13c [file] [log] [blame]
{
"name": "SwiftUtilitiesTests",
"platforms": {
"ios": "9.0"
},
"summary": "Common Swift test utilities.",
"requires_arc": true,
"version": "1.4.6",
"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.4.6"
},
"subspecs": [
{
"name": "Main",
"source_files": "SwiftUtilitiesTests/{mock,util}/**/*.{swift}",
"exclude_files": "SwiftUtilitiesTests/util/rx/**/*.{swift}"
},
{
"name": "Main+Rx",
"source_files": "SwiftUtilitiesTests/{mock,util}/**/*.{swift}",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"RxTest": [
"~> 4.0"
],
"RxBlocking": [
"~> 4.0"
]
}
}
]
}