blob: 1965070d7db5c267146091749831f49610015195 [file] [log] [blame]
{
"name": "FFToolLibs",
"version": "0.1.5",
"summary": "FFToolLibs.",
"description": "1. FFNetworkLayer ANFNetworiking简单封装\n2. FFUtils 小工具\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.5"
},
"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}"
}
]
}