blob: f10359de90d77998b6fa4baa4a62815217073630 [file] [log] [blame]
{
"name": "AFOFoundation",
"version": "1.0.8",
"summary": "This library is for extending Foundation libraries.",
"description": "Inherit and system classes, compile extensions, and reuse.",
"homepage": "https://github.com/PangDuTechnology/AFOFoundation.git",
"license": "MIT",
"authors": {
"PangDu": "xian312117@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/PangDuTechnology/AFOFoundation.git",
"tag": "1.0.8"
},
"source_files": "AFOFoundation/*.h",
"public_header_files": "AFOFoundation/*.h",
"requires_arc": true,
"subspecs": [
{
"name": "string",
"source_files": "AFOFoundation/string/*.{h,m}",
"public_header_files": "AFOFoundation/string/*.h"
},
{
"name": "define",
"source_files": "AFOFoundation/define/*.{h,m}",
"public_header_files": "AFOFoundation/define/*.h"
},
{
"name": "bundle",
"source_files": "AFOFoundation/bundle/*.{h,m}",
"public_header_files": "AFOFoundation/bundle/*.h"
},
{
"name": "weak",
"source_files": "AFOFoundation/weak/*.{h,m}",
"public_header_files": "AFOFoundation/weak/*.h"
},
{
"name": "sandbox",
"source_files": "AFOFoundation/sandbox/*.{h,m}",
"public_header_files": "AFOFoundation/sandbox/*.h"
},
{
"name": "array",
"source_files": "AFOFoundation/array/*.{h,m}",
"public_header_files": "AFOFoundation/array/*.h"
},
{
"name": "dictionary",
"source_files": "AFOFoundation/dictionary/*.{h,m}",
"public_header_files": "AFOFoundation/dictionary/*.h"
}
]
}