blob: ef2f8ab06dd4c5c0ca76fc1877652840eab25e68 [file] [log] [blame]
{
"name": "SwiftUtilities",
"platforms": {
"ios": "9.0"
},
"summary": "Common Swift 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"
},
"source_files": "SwiftUtilities/**/*.{swift}",
"dependencies": {
"SwiftFP": [
"~> 1.0.0"
]
},
"subspecs": [
{
"name": "Main",
"exclude_files": "SwiftUtilities/reactive/**/*.{swift}"
},
{
"name": "Main+Rx",
"source_files": "SwiftUtilities/**/*.{swift}",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"RxBlocking": [
"~> 4.0"
]
}
}
]
}