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