blob: adb662fc5a6eef05493fec7367a31e6f51c6a821 [file] [log] [blame]
{
"name": "LXFProtocolTool",
"version": "0.2.0",
"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": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"subspecs": [
{
"name": "LXFNibloadable",
"source_files": "LXFProtocolTool/Classes/LXFNibloadable/**/*.{swift}"
},
{
"name": "LXFEmptyDataSetable",
"source_files": "LXFProtocolTool/Classes/LXFEmptyDataSetable/**/*.{swift}",
"resource_bundles": {
"LXFProtocolTool": [
"LXFProtocolTool/Assets/LXFEmptyDataSetable/*"
]
},
"dependencies": {
"DZNEmptyDataSet": [
"~> 1.8.1"
]
}
},
{
"name": "AssociatedObjectStore",
"source_files": "LXFProtocolTool/Classes/AssociatedObjectStore/**/*.{swift}"
}
]
}