blob: 213ce834630431e4b294323515b410ab8f6fb4d6 [file] [log] [blame]
{
"name": "SwiftUtilities",
"platforms": {
"ios": "9.0"
},
"summary": "Common Swift utilities.",
"requires_arc": true,
"version": "1.1.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.1.8"
},
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 3.0"
],
"RxCocoa": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Main",
"source_files": "SwiftUtilities/**/*.{swift}"
}
]
}