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