blob: 71cbbb99dcadaa69cccbcb795b827808568d359c [file] [log] [blame]
{
"name": "BLFoundation",
"version": "0.6.0",
"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.6.0"
},
"swift_version": "4.0",
"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": "Device",
"source_files": "Sources/Device/*.swift",
"ios": {
"source_files": "Sources/Device/ios/*.swift"
}
},
{
"name": "Thread",
"source_files": "Sources/Thread/**"
},
{
"name": "EventBus",
"source_files": "Sources/EventBus/**"
},
{
"name": "String",
"source_files": "Sources/String/**"
},
{
"name": "Date",
"source_files": "Sources/Date/**"
},
{
"name": "Number",
"source_files": "Sources/Number/**"
},
{
"name": "URL",
"source_files": "Sources/URL/**"
},
{
"name": "Data",
"source_files": "Sources/Data/**"
},
{
"name": "Tools",
"source_files": "Sources/Tools/**"
}
]
}