blob: 0f12a525e4fb6ed176695d13c4655ac714cc9dc0 [file] [log] [blame]
{
"name": "BLFoundation",
"version": "0.8.5",
"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.8.5"
},
"swift_version": "4.2",
"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"
],
"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": "Device",
"source_files": "Sources/Device/*.swift",
"ios": {
"source_files": "Sources/Device/ios/*.swift"
}
},
{
"name": "Custom",
"source_files": [
"Sources/Custom/*/**",
"Sources/Custom/*.swift"
]
}
]
}