blob: 6bdec2734656027bf0735f91b177566976edaf57 [file] [log] [blame]
{
"name": "FZKTools",
"version": "1.0.1",
"platforms": {
"ios": "8.0"
},
"summary": "some utilities",
"homepage": "https://github.com/qqq5201260/FZKTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"czl": "1421610488@qq.com"
},
"source": {
"git": "https://github.com/qqq5201260/FZKTools.git",
"tag": "1.0.1"
},
"requires_arc": true,
"source_files": "FZKTools/*",
"subspecs": [
{
"name": "Category",
"source_files": [
"FZKTools/Category/*",
"FZKTools/Category/**/*"
]
},
{
"name": "Macro",
"source_files": "FZKTools/Macro/*.{h}"
},
{
"name": "Utilities",
"source_files": "FZKTools/Utilities/*.{h,m}"
}
]
}