blob: 6a62e5bd3348a4901696f6f618ccbef6d6965c6f [file] [log] [blame]
{
"name": "SwiftCommons",
"summary": "A collection of useful utility classes common to different iOS projects.",
"version": "1.2.6",
"platforms": {
"ios": "9.0"
},
"cocoapods_version": ">= 1.4.0",
"static_framework": true,
"swift_version": "4.0",
"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.2.6"
},
"subspecs": [
{
"name": "Abstractions",
"dependencies": {
"SwiftCommonsAbstractions": [
"1.2.6"
]
}
},
{
"name": "Concurrent",
"dependencies": {
"SwiftCommonsConcurrent": [
"1.2.6"
]
}
},
{
"name": "Data",
"dependencies": {
"SwiftCommonsData": [
"1.2.6"
]
}
},
{
"name": "Diagnostics",
"dependencies": {
"SwiftCommonsDiagnostics": [
"1.2.6"
]
}
},
{
"name": "Extensions",
"dependencies": {
"SwiftCommonsExtensions": [
"1.2.6"
]
}
},
{
"name": "Lang",
"dependencies": {
"SwiftCommonsLang": [
"1.2.6"
]
}
},
{
"name": "Logging",
"dependencies": {
"SwiftCommonsLogging": [
"1.2.6"
]
}
},
{
"name": "ObjC",
"dependencies": {
"SwiftCommonsObjC": [
"1.2.6"
]
}
}
]
}