blob: a4909e81ddb7d029ff8a2d29ebbf3a5548dd4a58 [file] [log] [blame]
{
"name": "FJMFloraCore",
"version": "1.2.0",
"summary": "object-c component and category",
"description": "FJMFloraCore have some object-c component and category",
"homepage": "https://github.com/FJM-ZX/FloraCore",
"license": "Apache License 2.0",
"authors": {
"": "478560836@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/FJM-ZX/FloraCore.git",
"tag": "1.2.0"
},
"subspecs": [
{
"name": "component",
"source_files": "core/component/*.{h,m}",
"public_header_files": "core/component/*.h"
},
{
"name": "category",
"source_files": "core/category/*.{h,m}",
"public_header_files": "core/category/*.h"
}
]
}