blob: a1a9e2efd60d76ec0e8e374bc2bc025cd56c38c8 [file] [log] [blame]
{
"name": "SwiftCommons",
"summary": "A collection of useful utility classes common to different iOS projects.",
"version": "1.4.1",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"cocoapods_version": "~> 1.5.3",
"static_framework": true,
"homepage": "https://github.com/roxiemobile/swift-commons.ios",
"authors": {
"Roxie Mobile Ltd.": "sales@roxiemobile.com",
"Alexander Bragin": "bragin-av@roxiemobile.com"
},
"license": "BSD-4-Clause",
"source": {
"git": "https://github.com/roxiemobile/swift-commons.ios.git",
"tag": "1.4.1"
},
"subspecs": [
{
"name": "Abstractions",
"dependencies": {
"SwiftCommonsAbstractions": [
"1.4.1"
]
}
},
{
"name": "Concurrent",
"dependencies": {
"SwiftCommonsConcurrent": [
"1.4.1"
]
}
},
{
"name": "Data",
"dependencies": {
"SwiftCommonsData": [
"1.4.1"
]
}
},
{
"name": "Diagnostics",
"dependencies": {
"SwiftCommonsDiagnostics": [
"1.4.1"
]
}
},
{
"name": "Extensions",
"dependencies": {
"SwiftCommonsExtensions": [
"1.4.1"
]
}
},
{
"name": "Lang",
"dependencies": {
"SwiftCommonsLang": [
"1.4.1"
]
}
},
{
"name": "Logging",
"dependencies": {
"SwiftCommonsLogging": [
"1.4.1"
]
}
},
{
"name": "ObjC",
"dependencies": {
"SwiftCommonsObjC": [
"1.4.1"
]
}
}
]
}