blob: ed40f3ea5a6dcbc48eb6852c5596343cd96961e5 [file] [log] [blame]
{
"name": "LCBaseKit",
"version": "1.0.5",
"summary": "LCBaseKit.",
"description": "LCBaseKit类别,工具类集合",
"homepage": "https://github.com/liuchuan-alex/LCBaseKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LiuChuan": "liuchuan_alex@163.com"
},
"source": {
"git": "https://github.com/liuchuan-alex/LCBaseKit.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LCBaseKit/Classes/**/*",
"subspecs": [
{
"name": "LCCategory",
"source_files": "LCBaseKit/Classes/LCCategory/**/*"
},
{
"name": "LCNetworkTool",
"source_files": "LCBaseKit/Classes/LCNetworkTool/**/*",
"dependencies": {
"AFNetworking": [
],
"YYCache": [
]
}
}
]
}