blob: d302c034c86503822302940f03d8f92d3e34c166 [file] [log] [blame]
{
"name": "FFToolLibs",
"version": "0.1.7",
"summary": "FFToolLibs.",
"description": "1. FFNetworkLayer ANFNetworiking简单封装\n2. FFUtils 小工具\n 2.1 FF_Utils 我的小工具\n 2.2 FF_Router 简单路由\n3. FFCategory 我的分类\n4. FFCommonView 我的常用view",
"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.7"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "FFNetworkLayer",
"source_files": "FFToolLibs/Classes/FFNetworkLayer/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
}
},
{
"name": "FFUtils",
"source_files": "FFToolLibs/Classes/FFUtils/*.{h,m}"
},
{
"name": "FFCategory",
"source_files": "FFToolLibs/Classes/FFCategory/*.{h,m}"
},
{
"name": "FFCommonView",
"source_files": "FFToolLibs/Classes/FFCommonView/*.{h,m}"
}
]
}