blob: 65eafe97ef2a6559ed7f32fa11d94fb5018111a9 [file] [log] [blame]
{
"name": "BLFoundation",
"version": "0.4.1",
"summary": "Foundation extersion",
"description": "Foundation extersion without nothing",
"homepage": "https://github.com/bigL055/BLFoundation",
"license": {
"type": "Apache License 2.0",
"file": "LICENSE"
},
"authors": {
"158179948@qq.com": "158179948@qq.com"
},
"source": {
"git": "https://github.com/bigL055/BLFoundation.git",
"tag": "0.4.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Sources/*/**",
"Sources/**"
],
"public_header_files": "Sources/BLFoundation.h",
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "String",
"source_files": "Sources/String/**"
},
{
"name": "Date",
"source_files": "Sources/Date/**"
},
{
"name": "Number",
"source_files": "Sources/Number/**"
},
{
"name": "Data",
"source_files": "Sources/Data/**"
},
{
"name": "Tools",
"source_files": "Sources/Tools/**"
}
]
}