blob: c6fb8923ebfefa7bf9a658084536e4b17c5f3ef6 [file] [log] [blame]
{
"name": "BLFoundation",
"version": "0.5.0",
"summary": "Foundation extersion",
"description": "Foundation extersion without nothing",
"homepage": "https://github.com/linhay/BLFoundation",
"license": {
"type": "Apache License 2.0",
"file": "LICENSE"
},
"authors": {
"linhey": "linhan.linhey@outlook.com"
},
"source": {
"git": "https://github.com/linhay/BLFoundation.git",
"tag": "0.5.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Sources/*/**",
"Sources/**"
],
"public_header_files": "Sources/BLFoundation.h",
"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/**"
}
]
}