blob: b73bb74d4a078b0ceeb0275babf197ca80933d8a [file] [log] [blame]
{
"name": "FZKTools",
"version": "1.0.2",
"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.2"
},
"requires_arc": true,
"source_files": "FZKTools/*",
"subspecs": [
{
"name": "Category",
"source_files": [
"FZKTools/Category/*",
"FZKTools/Category/**/*"
]
},
{
"name": "Macro",
"source_files": "FZKTools/Macro/*.{h}"
},
{
"name": "Networking",
"source_files": "FZKTools/Networking/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~>3.1.0"
]
}
},
{
"name": "Utilities",
"source_files": "FZKTools/Utilities/*.{h,m}"
}
]
}