blob: 076a01fb5c1c43ef796f3f333ff273e7cc901ee6 [file] [log] [blame]
{
"name": "CELLULAR",
"version": "5.0",
"swift_version": "4.2",
"module_name": "CELLULAR",
"summary": "Collection of ยต-frameworks and utility classes/extensions used in CELLULAR projects.",
"homepage": "https://www.cellular.de",
"authors": {
"CELLULAR GmbH": "iosdev@cellular.de"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/cellular/cellular-swift.git",
"tag": "5.0"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"watchos": "2.0"
},
"default_subspecs": [
"Result",
"Locking",
"Codable",
"Storyboard"
],
"subspecs": [
{
"name": "Codable",
"source_files": "Sources/Codable/**/*.swift"
},
{
"name": "Locking",
"source_files": "Sources/Locking/**/*.swift"
},
{
"name": "Result",
"source_files": "Sources/Result/**/*.swift"
},
{
"name": "Storyboard",
"source_files": "Sources/Storyboard/**/*.swift"
}
]
}