blob: 2024f65d3d0d1ad2d3c3470010671ae70a72eca9 [file] [log] [blame]
{
"name": "BLFoundation",
"version": "0.5.6.alpha",
"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.alpha"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10",
"watchos": "2.0"
},
"public_header_files": [
"Sources/BLFoundation.h"
],
"source_files": [
"Sources/*/**",
"Sources/**"
],
"subspecs": [
{
"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/**"
}
]
}