blob: 8118be3ddbd8eeba620c79f5a9aedff0540b0049 [file] [log] [blame]
{
"name": "BLFoundation",
"version": "0.5.6",
"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.5.6"
},
"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": "Thread",
"source_files": "Sources/Thread/**"
},
{
"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/**"
}
]
}