blob: eeea8a740528b79fbcdabf9f1c1cda3e7d751af3 [file] [log] [blame]
{
"name": "LXFProtocolTool",
"version": "1.1.2",
"summary": "LXFProtocolTool是实用的协议应用工具库",
"description": "LXFProtocolTool是使用Swift中的协议来实现多种方便、实用的工具库",
"homepage": "https://github.com/LinXunFeng/LXFProtocolTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LinXunFeng": "598600855@qq.com"
},
"source": {
"git": "https://github.com/LinXunFeng/LXFProtocolTool.git",
"tag": "1.1.2"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "4.2",
"source_files": "LXFProtocolTool/Classes/**/*.swift",
"subspecs": [
{
"name": "Base",
"source_files": "LXFProtocolTool/Classes/Base/**/*.{swift}"
},
{
"name": "LXFNibloadable",
"source_files": "LXFProtocolTool/Classes/LXFNibloadable/**/*.{swift}"
},
{
"name": "Refreshable",
"source_files": "LXFProtocolTool/Classes/Refreshable/**/*.{swift}",
"dependencies": {
"MJRefresh": [
],
"RxSwift": [
">= 4.0.0"
],
"LXFProtocolTool/AssociatedObjectStore": [
],
"LXFProtocolTool/Base": [
]
}
},
{
"name": "EmptyDataSetable",
"source_files": "LXFProtocolTool/Classes/EmptyDataSetable/**/*.{swift}",
"dependencies": {
"DZNEmptyDataSet": [
">= 1.8.1"
],
"LXFProtocolTool/AssociatedObjectStore": [
],
"LXFProtocolTool/Base": [
]
}
},
{
"name": "RxEmptyDataSetable",
"source_files": "LXFProtocolTool/Classes/RxEmptyDataSetable/**/*.{swift}",
"dependencies": {
"RxCocoa": [
">= 4.0.0"
],
"LXFProtocolTool/EmptyDataSetable": [
]
}
},
{
"name": "AssociatedObjectStore",
"source_files": "LXFProtocolTool/Classes/AssociatedObjectStore/**/*.{swift}"
},
{
"name": "FullScreenable",
"source_files": "LXFProtocolTool/Classes/FullScreenable/**/*.{swift}",
"dependencies": {
"LXFProtocolTool/AssociatedObjectStore": [
],
"LXFProtocolTool/Base": [
]
}
}
]
}