blob: 8ade25b52a2a5845cadc53d5526db8d50486354b [file] [log] [blame]
{
"name": "SwiftUtilitiesTests",
"platforms": {
"ios": "9.0"
},
"summary": "Common Swift test utilities.",
"requires_arc": true,
"version": "1.0.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.0.8"
},
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Main",
"source_files": [
"SwiftUtilities/**/*.{swift}",
"SwiftUtilitiesTests/{mock,util}/**/*.{swift}"
],
"dependencies": {
"RxSwift": [
"~> 3.0"
],
"RxCocoa": [
"~> 3.0"
],
"RxTest": [
"~> 3.0"
],
"RxBlocking": [
"~> 3.0"
]
}
}
]
}