blob: a3481ec46bec8c9435b2190dbf7b5aa4b748ccf4 [file] [log] [blame]
{
"name": "FFToolLibs",
"version": "0.1.3",
"summary": "FFToolLibs.",
"description": "1. FFNetworkLayer ANFNetworiking简单封装\n2. FFUtils 小工具\n3. FFCategory 我的分类",
"homepage": "https://gitee.com/felix_wang666/ffspec",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ffwang": "399820721@qq.com"
},
"source": {
"git": "https://gitee.com/felix_wang666/FFToolLibs.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
},
"subspecs": [
{
"name": "FFNetworkLayer",
"source_files": "FFToolLibs/Classes/FFNetworkLayer/*.{h,m}"
},
{
"name": "FFUtils",
"source_files": "FFToolLibs/Classes/FFUtils/*.{h,m}"
},
{
"name": "FFCategory",
"source_files": "FFToolLibs/Classes/FFCategory/*.{h,m}"
}
]
}