blob: e7670242a3efd1469f07747e5f85082850aa024c [file] [log] [blame]
{
"name": "LCTreasureKit",
"version": "1.0.1",
"summary": "Treasure chest for iOS developers.",
"description": "This is a collection of commonly used tool classes to help developers develop better.",
"homepage": "https://github.com/xxx-xx/LCTreasureKit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Xu Lichao": "hzxx_xlc@163.com"
},
"source": {
"git": "https://github.com/xxx-xx/LCTreasureKit.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "SystemClassCategory",
"source_files": "LCTreasureKit/Classes/SystemClassCategory/**/*"
}
]
}