blob: 027dbb770f5392acdc705e08cea5b9e3e4dc4672 [file] [log] [blame]
{
"name": "BLFoundation",
"version": "0.9.2",
"summary": "A set of useful categories for Foundation.",
"homepage": "https://github.com/linhay/BLFoundation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"linhay": "is.linhay@outlook.com"
},
"source": {
"git": "https://github.com/linhay/BLFoundation.git",
"tag": "0.9.2"
},
"swift_versions": "5",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10",
"watchos": "2.0"
},
"public_header_files": [
"Sources/BLFoundation.h"
],
"source_files": [
"Sources/*.h"
],
"swift_version": "5",
"subspecs": [
{
"name": "Coder",
"source_files": "Sources/Coder/*.swift"
},
{
"name": "NSObject",
"source_files": "Sources/NSObject/*.swift"
},
{
"name": "String",
"source_files": "Sources/String/*.swift"
},
{
"name": "Stdlib",
"source_files": "Sources/Stdlib/*.swift"
},
{
"name": "Date",
"source_files": "Sources/Date/*.swift"
},
{
"name": "URL",
"source_files": "Sources/URL/*.swift"
},
{
"name": "Data",
"source_files": "Sources/Data/*.swift"
},
{
"name": "Dispatch",
"source_files": "Sources/Dispatch/*.swift"
},
{
"name": "Device",
"watchos": {
"source_files": [
"Sources/Device/core/*.swift"
]
},
"tvos": {
"source_files": [
"Sources/Device/core/*.swift"
]
},
"osx": {
"source_files": [
"Sources/Device/core/*.swift"
],
"frameworks": "SystemConfiguration"
},
"ios": {
"source_files": [
"Sources/Device/core/*.swift",
"Sources/Device/ios/*.swift"
],
"frameworks": "SystemConfiguration"
}
},
{
"name": "Custom",
"source_files": [
"Sources/Custom/*/**",
"Sources/Custom/*.swift"
]
}
]
}